summaryrefslogtreecommitdiff
path: root/mate-panel/panel-properties-dialog.c
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/panel-properties-dialog.c
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/panel-properties-dialog.c')
-rw-r--r--mate-panel/panel-properties-dialog.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mate-panel/panel-properties-dialog.c b/mate-panel/panel-properties-dialog.c
index ef538187..809d7ff8 100644
--- a/mate-panel/panel-properties-dialog.c
+++ b/mate-panel/panel-properties-dialog.c
@@ -36,7 +36,6 @@
#include <libpanel-util/panel-icon-chooser.h>
#include <libpanel-util/panel-show.h>
-#include "nothing.h"
#include "panel-profile.h"
#include "panel-schemas.h"
#include "panel-util.h"
@@ -902,13 +901,6 @@ panel_properties_dialog_new (PanelToplevel *toplevel,
panel_widget_register_open_dialog (panel_toplevel_get_panel_widget (dialog->toplevel),
dialog->properties_dialog);
-#if 0
- /* FIXME re-add once GTK3 support is fixed */
- g_signal_connect (dialog->properties_dialog, "event",
- G_CALLBACK (config_event),
- PANEL_GTK_BUILDER_GET (gui, "notebook"));
-#endif
-
gtk_widget_show (dialog->properties_dialog);
return dialog;