summaryrefslogtreecommitdiff
path: root/mate-terminal.wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'mate-terminal.wrapper')
-rwxr-xr-xmate-terminal.wrapper5
1 files changed, 0 insertions, 5 deletions
diff --git a/mate-terminal.wrapper b/mate-terminal.wrapper
index fad3a86..658760c 100755
--- a/mate-terminal.wrapper
+++ b/mate-terminal.wrapper
@@ -13,11 +13,6 @@ while ($opt = shift(@ARGV))
$arg = shift(@ARGV);
push(@args, "--window-with-profile=$arg");
}
- elsif ($opt eq '-n')
- {
- # Accept but ignore
- print STDERR "$0: to set an icon, please use -name <profile> and set a profile icon\n"
- }
elsif ($opt eq '-T' || $opt eq '-title')
{
push(@args, '-t', shift(@ARGV));