aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 18:34:54 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 18:34:54 +0200
commite651d469521b83a7fe0dc261824740d8049a1f5e (patch)
tree820c915cb007113e8ecf432614d7ac184108bd4d /uzbl.c
parent44242b1f950b84e5272e55e01f07853e7a0e03c4 (diff)
removed the MsgBox function. it was not needed
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c11
1 files changed, 0 insertions, 11 deletions
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)
{