diff --git a/ChangeLog b/ChangeLog index a845af3477..3f9cae8e5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -180,9 +180,6 @@ 2008-03-02 Johan Dahlin - * gtk/gtkitemfactory.h: Use void instead of empty arguments. - (#508760, Philip Van Hoof) - * gtk/gtkiconview.c (gtk_icon_view_paint_item): Remove left-over focus_pad variable. (#490892, Claudio Saavedra) diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h index bf301f9cce..009992f125 100644 --- a/gtk/gtkitemfactory.h +++ b/gtk/gtkitemfactory.h @@ -44,7 +44,7 @@ typedef void (*GtkPrintFunc) (gpointer func_data, * (Note that if we are included from a C++ program () will mean * (void) so an explicit cast will be needed.) */ -typedef void (*GtkItemFactoryCallback) (void); +typedef void (*GtkItemFactoryCallback) (); typedef void (*GtkItemFactoryCallback1) (gpointer callback_data, guint callback_action, GtkWidget *widget);