diff options
Diffstat (limited to 'e-util/e-alert-dialog.c')
-rw-r--r-- | e-util/e-alert-dialog.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-alert-dialog.c b/e-util/e-alert-dialog.c index dd4d399f36..5f8cdc178d 100644 --- a/e-util/e-alert-dialog.c +++ b/e-util/e-alert-dialog.c @@ -267,7 +267,6 @@ e_alert_dialog_class_init (EAlertDialogClass *klass) G_PARAM_STATIC_STRINGS)); } - GtkWidget* e_alert_dialog_new (GtkWindow *parent, EAlert *alert) { @@ -291,7 +290,6 @@ e_alert_dialog_new_for_args (GtkWindow *parent, const gchar *tag, const gchar *a return d; } - gint e_alert_run_dialog(GtkWindow *parent, EAlert *alert) { |