diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/widgets/ephy-spinner.c | 4 |
2 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2005-10-02 Christian Persch <chpe@cvs.gnome.org> + * lib/widget/ephy-spinner.c: + + Remove unused code. + +2005-10-02 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-debug.h: Don't include config.h here. diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c index 5d6ff5916..2cdc809d1 100644 --- a/lib/widgets/ephy-spinner.c +++ b/lib/widgets/ephy-spinner.c @@ -813,6 +813,7 @@ ephy_spinner_set_size (EphySpinner *spinner, } } +#if 0 /* * ephy_spinner_set_timeout: * @spinner: a #EphySpinner @@ -820,7 +821,7 @@ ephy_spinner_set_size (EphySpinner *spinner, * * Sets the timeout delay for spinner updates. **/ -static void +void ephy_spinner_set_timeout (EphySpinner *spinner, guint timeout) { @@ -838,6 +839,7 @@ ephy_spinner_set_timeout (EphySpinner *spinner, } } } +#endif static void ephy_spinner_size_request (GtkWidget *widget, |