From 27472fe72b988720658642306de52e7b3a86c29d Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 9 Mar 2008 22:56:29 +0000 Subject: [PATCH] Revert #508760 svn path=/trunk/; revision=19740 --- ChangeLog | 3 --- gtk/gtkitemfactory.h | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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);