diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-20 07:36:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-20 07:36:46 +0800 |
commit | 83a264cd7e6e28af8ea9ea3442693a2d409be458 (patch) | |
tree | 73000d9651cfd4f576a878e3564ed8f31eee3bb4 /e-util/e-alert-dialog.c | |
parent | 124a4f8913e924d1ca58575b1382630147fa6f3e (diff) | |
download | gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.gz gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.zst gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.zip |
Coding style and whitespace cleanup.
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) { |