summaryrefslogtreecommitdiff
path: root/mate-panel/panel-run-dialog.c
diff options
context:
space:
mode:
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);