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/panel-run-dialog.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'mate-panel/panel-run-dialog.c') 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 #include -#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); -- cgit v1.2.1