diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-03-01 16:19:54 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-03-01 16:19:54 +0000 |
commit | ca379fae66a6a1d0e23e2655d3363bec181d0c31 (patch) | |
tree | c5cfd20a8e66182724386968130ef24c60ccda39 /src | |
parent | 1ae3f0de4c075b75f8899c76a59073c36daa1058 (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.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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)) { \ |