summaryrefslogtreecommitdiff
path: root/mate-panel/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/main.c')
-rw-r--r--mate-panel/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mate-panel/main.c b/mate-panel/main.c
index 8a9c3b5d..b26f67e4 100644
--- a/mate-panel/main.c
+++ b/mate-panel/main.c
@@ -40,7 +40,6 @@
GSList *panels = NULL;
GSList *panel_list = NULL;
-static char* deprecated_profile;
static char* layout;
static gboolean replace = FALSE;
static gboolean reset = FALSE;
@@ -48,8 +47,6 @@ static gboolean run_dialog = FALSE;
static const GOptionEntry options[] = {
{ "replace", 0, 0, G_OPTION_ARG_NONE, &replace, N_("Replace a currently running panel"), NULL },
- /* keep this for compatibilty with old MATE < 2.10 */
- { "profile", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &deprecated_profile, NULL, NULL },
/* this feature was request in #mate irc channel */
{ "reset", 0, 0, G_OPTION_ARG_NONE, &reset, N_("Reset the panel configuration to default"), NULL },
/* open run dialog */