summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.c
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2002-01-30 23:35:08 +0000
committerManish Singh <yosh@src.gnome.org>2002-01-30 23:35:08 +0000
commit2cfa52b1ee7a0b154ed9d36f12c886c12074ebdf (patch)
tree3dd668bee7cd676ccea244eca126ed76e981e6a6 /gtk/gtkhandlebox.c
parent53e7265067ddc6b04bfaee032dd6a8b2e9d614f9 (diff)
downloadgtk+-2cfa52b1ee7a0b154ed9d36f12c886c12074ebdf.tar.gz
remove unused variable.
2002-01-30 Manish Singh <yosh@gimp.org> * gtk/gtkhandlebox.c (gtk_handle_box_destroy): remove unused variable. * gtk/gtkwindow.c (gtk_window_get_icon): function returns a value, so return NULL with g_return_val_if_fail instead of g_return_if_fail.
Diffstat (limited to 'gtk/gtkhandlebox.c')
-rw-r--r--gtk/gtkhandlebox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c
index 729c9aafd0..696e5bd2cd 100644
--- a/gtk/gtkhandlebox.c
+++ b/gtk/gtkhandlebox.c
@@ -328,8 +328,6 @@ gtk_handle_box_new (void)
static void
gtk_handle_box_destroy (GtkObject *object)
{
- GtkHandleBox *hb = GTK_HANDLE_BOX (object);
-
if (GTK_OBJECT_CLASS (parent_class)->destroy)
(* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
}