summaryrefslogtreecommitdiff
path: root/gdk
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
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')
-rw-r--r--gdk/gdk.c2
-rw-r--r--gdk/gdkinternals.h2
2 files changed, 2 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[] = {
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 1b3ccb4de2..b9e14eba46 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -238,6 +238,8 @@ void _gdk_colormap_real_destroy (GdkColormap *colormap);
void _gdk_cursor_destroy (GdkCursor *cursor);
+void _gdk_windowing_init (void);
+
extern GOptionEntry _gdk_windowing_args[];
void _gdk_windowing_set_default_display (GdkDisplay *display);