From 019a9ab116ae885a4c2ecd15ccc9bffb07c1bf00 Mon Sep 17 00:00:00 2001 From: Robert Love Date: Fri, 6 Jan 2006 16:19:32 +0000 Subject: [PATCH] remove unused variable, bitches An unused variable is a lot like an unused car in that it sits in the drive and just begs to be driven, but it also begs a larger question of why you own a car that just sits in your driveway when so many other people, people with large pension plans and pet racoons, do not own a car at all! git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1274 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- gnome/applet/applet.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gnome/applet/applet.c b/gnome/applet/applet.c index e399863907..b4c1a5c740 100644 --- a/gnome/applet/applet.c +++ b/gnome/applet/applet.c @@ -1744,7 +1744,6 @@ static void nmwa_menu_add_dialup_menu (GtkWidget *menu, NMWirelessApplet *applet { GtkMenuItem *item; GtkMenu *dialup_menu; - GtkWidget *hangup_item; GSList *elt; g_return_if_fail (menu != NULL);