aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-29 09:20:39 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-29 09:20:39 +0000
commit464950f90834aeea209d45eabcd42c82c19bdecf (patch)
tree8d2cc91ef2dd996f25c8f15847bca0a32fbb42dc /src/main.h
parentfd81b311ec471b5dc83b20fd33eb2a7f7493d8a0 (diff)
made debug_mode static variable in utils.c.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@522 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 0fb8c56f..79c6abcd 100644
--- a/src/main.h
+++ b/src/main.h
@@ -25,7 +25,6 @@
extern gchar *prog_version;
extern gchar *startup_dir;
-extern gboolean debug_mode;
void app_will_exit (GtkWidget *widget, gpointer data);