GNOME Bugzilla – Bug 153469
Unneeded g_return_if_fail() in vfuncs
Last modified: 2004-12-22 21:47:04 UTC
No steps to reproduce.
Created attachment 31845 [details] [review] This is a trivial patch against unneeded assertions. This patch is against gtkbutton.c and gtkrange.c which are the two sources that I noticed unneeded g_return_if_fail calls, there could easily be more.
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrange.c (gtk_range_map, gtk_range_unmap): * gtk/gtkbutton.c (gtk_button_map, gtk_button_unmap): Remove unnecessary g_return_if_fail()s from virtual functions. (#153469, (Tristan Van Berkom)