summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-20 21:47:01 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-20 21:47:01 +0000
commit8acfd1e9de927adf2bea546bda55740a2b0cc436 (patch)
tree37b5917fa9f5f02d3132d06eb1f1bf7ddab2f5e0 /gtk/gtkspinbutton.c
parent67359a9c01adb1418621678975b496964e8e6843 (diff)
downloadgtk+-8acfd1e9de927adf2bea546bda55740a2b0cc436.tar.gz
Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,
Wed Mar 20 16:36:08 2002 Owen Taylor <otaylor@redhat.com> * gtk/*.c: Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, mostly implicit casts between void * and function pointers. * gdk/gdkevents.c (gdk_event_get_state): GdkEventVisibility's state field is not a GdkModifierType. (Also #73900)
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r--gtk/gtkspinbutton.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index ae1a0208af..8642b271bf 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -1117,8 +1117,6 @@ gtk_spin_button_button_release (GtkWidget *widget,
}
else
return GTK_WIDGET_CLASS (parent_class)->button_release_event (widget, event);
-
- return FALSE;
}
static gint