diff options
author | Manish Singh <yosh@gimp.org> | 2004-09-21 23:35:18 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-09-21 23:35:18 +0000 |
commit | 1d3846451d0a087bea168f8be14ec01b1483c371 (patch) | |
tree | 055247eef1f255d956fa22afc3793aef19648698 /gdk/gdk.c | |
parent | 34059cf29396d88e2b0841445e4c2a01aa9e75e8 (diff) | |
download | gtk+-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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[] = { |