aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-21 11:07:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-21 11:07:51 +0000
commitf9f8dd90bd443d43855c8a673100d199a1ac6560 (patch)
treedcd78f6ff33d83e00bc56825eb07ba2b1584c774 /src/compose.c
parent1eb9f56ddbd870069cd77a20d7150ac82961042c (diff)
removed mbs/wcs functions which are no longer required.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@596 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.c')
-rw-r--r--src/compose.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compose.c b/src/compose.c
index 3e1e543d..511bc935 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -74,11 +74,6 @@
#include <signal.h>
#include <errno.h>
-#if (HAVE_WCTYPE_H && HAVE_WCHAR_H)
-# include <wchar.h>
-# include <wctype.h>
-#endif
-
#include "main.h"
#include "mainwindow.h"
#include "compose.h"