X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-platform.h;h=454713a629b7053ca190fdf9a97ef7e7fdafd8c4;hb=36c5b9c497b9774e19ade127c059d505944bcb7f;hp=f728f3e53b65c8b37fa58e5156e8db8ce38c0a69;hpb=513bfcfd2c3282bf66eede0affdb010785f6b42b;p=modest diff --git a/src/modest-platform.h b/src/modest-platform.h index f728f3e..454713a 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -211,19 +211,6 @@ modest_platform_run_confirmation_dialog_with_buttons (GtkWindow *parent_window, const gchar *button_cancel); /** - * modest_platform_run_yes_no_dialog: - * @parent_window: the parent #GtkWindow of the dialog - * @message: the message to show to the user - * - * runs a dialog that offers yes and no buttons. - * - * Returns: GTK_RESPONSE_YES or GTK_RESPONSE_NO - **/ -gint modest_platform_run_yes_no_dialog (GtkWindow *parent_window, - const gchar *message); - - -/** * modest_platform_run_information_dialog: * @parent_window: the parent #GtkWindow of the dialog * @message: the message to show