From e651d469521b83a7fe0dc261824740d8049a1f5e Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 26 Apr 2009 18:34:54 +0200 Subject: removed the MsgBox function. it was not needed --- uzbl.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'uzbl.c') diff --git a/uzbl.c b/uzbl.c index 1b3b3eb..63c4879 100644 --- a/uzbl.c +++ b/uzbl.c @@ -286,17 +286,6 @@ update_title (GtkWindow* window) { g_free (title); } -static void -MsgBox (const char *s) { - GtkWidget* dialog = gtk_message_dialog_new (main_window, - GTK_DIALOG_DESTROY_WITH_PARENT, - GTK_MESSAGE_ERROR, - GTK_BUTTONS_CLOSE, - "%s", s); - gtk_dialog_run (GTK_DIALOG (dialog)); - gtk_widget_destroy (dialog); -} - static gboolean key_press_cb (WebKitWebView* page, GdkEventKey* event) { -- cgit v1.2.3