diff options
Diffstat (limited to 'lib/ephy-dialog.h')
-rw-r--r-- | lib/ephy-dialog.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ephy-dialog.h b/lib/ephy-dialog.h index 9bc054e6b..646c146fc 100644 --- a/lib/ephy-dialog.h +++ b/lib/ephy-dialog.h @@ -71,7 +71,6 @@ struct EphyDialogClass const EphyDialogProperty *properties, const char *file, const char *name); - void (* destruct) (EphyDialog *dialog); gint (* run) (EphyDialog *dialog); void (* show) (EphyDialog *dialog); GtkWidget * (* get_control) (EphyDialog *dialog, @@ -92,8 +91,6 @@ void ephy_dialog_construct (EphyDialog *dialog, const char *file, const char *name); -void ephy_dialog_destruct (EphyDialog *dialog); - void ephy_dialog_add_enum (EphyDialog *dialog, int id, guint n_items, |