aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-03 06:20:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-03 06:20:29 +0000
commitbe143c26539c17a0411419451046eec02b7e98a7 (patch)
treeec2beaff3a1b3d6c5e3e82815ccaf83edfa15112
parentbe2c05e6067fe767de819e0727d5c883c66bc869 (diff)
undef WRAP_DEBUG.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@80 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--src/compose.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compose.c b/src/compose.c
index a46da8d9..81746e9f 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -1953,7 +1953,6 @@ static void compose_wrap_line(Compose *compose)
}
#undef WRAP_DEBUG
-#define WRAP_DEBUG
#ifdef WRAP_DEBUG
/* Darko: used when I debug wrapping */
void dump_text(GtkTextBuffer *textbuf, int pos, int tlen, int breakoncr)