summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-09-14 20:26:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-09-14 20:26:25 +0000
commita91839ad911803edc52f63715a3edf962ecead5e (patch)
tree2f45998ba8b0343d2414ee830cacb5d2254d5fe2 /gtk/gtkmain.c
parente1ab5524720a8a2f31c828baeb602d99d8dd2b52 (diff)
downloadgtk+-a91839ad911803edc52f63715a3edf962ecead5e.tar.gz
Remove an unused variable, spotted by Morten Welinder.
2004-09-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmain.c (do_post_parse_initialization): Remove an unused variable, spotted by Morten Welinder.
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 265f6fb0fb..edd91aaebc 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -459,8 +459,6 @@ static void
do_post_parse_initialization (int *argc,
char ***argv)
{
- GSList *slist;
-
if (gtk_debug_flags & GTK_DEBUG_UPDATES)
gdk_window_set_debug_updates (TRUE);