From fbd0f1d8a815347beea1b2c5df5804c88aa406c6 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 5 Jan 2017 01:36:19 +0300 Subject: remove ancient code leftovers once it was some easter egg, now it's just a non-working garbage --- mate-panel/libpanel-util/panel-error.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mate-panel/libpanel-util') diff --git a/mate-panel/libpanel-util/panel-error.c b/mate-panel/libpanel-util/panel-error.c index 3b0d043b..b14d225f 100644 --- a/mate-panel/libpanel-util/panel-error.c +++ b/mate-panel/libpanel-util/panel-error.c @@ -64,12 +64,6 @@ panel_error_dialog (GtkWindow *parent, gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s", secondary_text); - /* FIXME: we're losing this feature - gtk_widget_add_events (dialog, GDK_KEY_PRESS_MASK); - g_signal_connect (dialog, "event", - G_CALLBACK (panel_dialog_window_event), NULL); - */ - if (screen) gtk_window_set_screen (GTK_WINDOW (dialog), screen); -- cgit v1.2.1