aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-dropdown-button.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-dropdown-button.h')
-rw-r--r--widgets/misc/e-dropdown-button.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/widgets/misc/e-dropdown-button.h b/widgets/misc/e-dropdown-button.h
index 4abf36b766..584cb0365b 100644
--- a/widgets/misc/e-dropdown-button.h
+++ b/widgets/misc/e-dropdown-button.h
@@ -63,13 +63,9 @@ struct _EDropdownButtonClass {
GtkType e_dropdown_button_get_type (void);
void e_dropdown_button_construct (EDropdownButton *dropdown_button,
const char *label_text,
- GtkMenu *menu,
- GnomeUIInfo *ui_info,
- void *data);
+ GtkMenu *menu);
GtkWidget *e_dropdown_button_new (const char *label_text,
- GtkMenu *menu,
- GnomeUIInfo *ui_info,
- void *data);
+ GtkMenu *menu);
#ifdef __cplusplus
}