summaryrefslogtreecommitdiff
path: root/mate-panel/panel-run-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-run-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-run-dialog.c')
-rw-r--r--mate-panel/panel-run-dialog.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/mate-panel/panel-run-dialog.c b/mate-panel/panel-run-dialog.c
index 769c5377..e7dd6ff6 100644
--- a/mate-panel/panel-run-dialog.c
+++ b/mate-panel/panel-run-dialog.c
@@ -51,7 +51,6 @@
#include <libpanel-util/panel-keyfile.h>
#include <libpanel-util/panel-show.h>
-#include "nothing.h"
#include "panel-util.h"
#include "panel-globals.h"
#include "panel-enums.h"
@@ -426,24 +425,6 @@ panel_run_dialog_execute (PanelRunDialog *dialog)
return;
}
- /* evil eggies, do not translate! */
- /* FIXME re-add once GTK3 support is fixed */
-#if 0
- if (!strcmp (command, "free the fish")) {
- start_screen_check ();
-
- g_free (command);
- gtk_widget_destroy (dialog->run_dialog);
- return;
- } else if (!strcmp (command, "gegls from outer space")) {
- start_geginv ();
-
- g_free (command);
- gtk_widget_destroy (dialog->run_dialog);
- return;
- }
-#endif
-
error = NULL;
disk = g_locale_from_utf8 (command, -1, NULL, NULL, &error);