aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-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)) { \