diff options
Diffstat (limited to 'lib/ephy-state.h')
-rw-r--r-- | lib/ephy-state.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/ephy-state.h b/lib/ephy-state.h index 3388b396f..f8669c07b 100644 --- a/lib/ephy-state.h +++ b/lib/ephy-state.h @@ -45,11 +45,7 @@ void ephy_state_add_paned (GtkWidget *paned, const char *name, int default_width); -void ephy_state_add_expander (GtkWidget *expander, - const char *name, - gboolean default_state); - -void ephy_state_add_toggle (GtkWidget *toggle, +void ephy_state_add_expander (GtkWidget *widget, const char *name, gboolean default_state); |