summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-09-21 23:35:18 +0000
committerManish Singh <yosh@src.gnome.org>2004-09-21 23:35:18 +0000
commit1d3846451d0a087bea168f8be14ec01b1483c371 (patch)
tree055247eef1f255d956fa22afc3793aef19648698 /gdk/gdk.c
parent34059cf29396d88e2b0841445e4c2a01aa9e75e8 (diff)
downloadgtk+-1d3846451d0a087bea168f8be14ec01b1483c371.tar.gz
remove now unused arg variables.
Tue Sep 21 16:27:19 2004 Manish Singh <yosh@gimp.org> * gdk/gdk.c: remove now unused arg variables. * gdk/gdkinternals.h: declare _gdk_windowing_init (). * gtk/gtkmain.c (do_pre_parse_initialization): call gdk_parse_args () here instead of gdk_pre_parse_libgtk_only (). Should fix #153082.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index c1c30b2f0d..7af44a5734 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -53,8 +53,6 @@ static int gdk_initialized = 0; /* 1 if the library is initialized,
*/
static gchar *gdk_progclass = NULL;
-static gint gdk_argc = 0;
-static gchar **gdk_argv = NULL;
#ifdef G_ENABLE_DEBUG
static const GDebugKey gdk_debug_keys[] = {