summaryrefslogtreecommitdiff
path: root/mate-panel/main.c
diff options
context:
space:
mode:
authorGymnasiast <[email protected]>2014-07-08 13:12:49 +0200
committerinfirit <[email protected]>2015-08-29 14:07:19 +0200
commit9d76273d550a6ec24e716beb63e3c31c6f71552b (patch)
treebaf90936d4b6fd16adc90cdac1d9ac9ea49b6dd5 /mate-panel/main.c
parentf22c5a77f194d54d811cb21916edb5f1fa909b53 (diff)
downloadmate-panel-9d76273d550a6ec24e716beb63e3c31c6f71552b.tar.bz2
mate-panel-9d76273d550a6ec24e716beb63e3c31c6f71552b.tar.xz
Removed obsolete compatibility code
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 */