aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 16:19:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 16:19:54 +0000
commitca379fae66a6a1d0e23e2655d3363bec181d0c31 (patch)
treec5cfd20a8e66182724386968130ef24c60ccda39 /src
parent1ae3f0de4c075b75f8899c76a59073c36daa1058 (diff)
fixed LDAP compilation.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@138 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index fbbfb555..1b0ee73f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -123,12 +123,6 @@ static void open_compose_new (const gchar *address,
static void send_queue (void);
-#if 0
-/* for gettext */
-_("File `%s' already exists.\n"
- "Can't create folder.")
-#endif
-
#define MAKE_DIR_IF_NOT_EXIST(dir) \
{ \
if (!is_dir_exist(dir)) { \