summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-01-05 01:36:19 +0300
committermonsta <[email protected]>2017-01-05 01:36:19 +0300
commitfbd0f1d8a815347beea1b2c5df5804c88aa406c6 (patch)
treeae195e531d039719d016a402551ebc7c20cbab69 /mate-panel/libpanel-util
parent064c41256b25b35f1ac5167863ca99708c60755b (diff)
downloadmate-panel-fbd0f1d8a815347beea1b2c5df5804c88aa406c6.tar.bz2
mate-panel-fbd0f1d8a815347beea1b2c5df5804c88aa406c6.tar.xz
remove ancient code leftovers
once it was some easter egg, now it's just a non-working garbage
Diffstat (limited to 'mate-panel/libpanel-util')
-rw-r--r--mate-panel/libpanel-util/panel-error.c6
1 files changed, 0 insertions, 6 deletions
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);