aboutsummaryrefslogtreecommitdiffstats
path: root/ui/commandline.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-10-13 15:45:45 -0700
committerAnders Broman <a.broman58@gmail.com>2016-10-14 03:46:27 +0000
commit37252634c4f102054057c2bdbb32949642506bbc (patch)
treec1914b9e9bfe83ab38ce85cbff58ae5f29410e19 /ui/commandline.c
parent9a6539990d16c02954a6eebfaf500d401d25b29a (diff)
UI: Free up the -m flag.
The -m (monospace font) flag was deprecated in 2.2. Go ahead and remove it in 2.3 / 2.4. Change-Id: I6b4911174675cedec979621c2776353314e73eb1 Reviewed-on: https://code.wireshark.org/review/18193 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/commandline.c')
-rw-r--r--ui/commandline.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/commandline.c b/ui/commandline.c
index ad6ee5cd67..c75b914ee8 100644
--- a/ui/commandline.c
+++ b/ui/commandline.c
@@ -472,10 +472,6 @@ void commandline_other_options(int argc, char *argv[], gboolean opt_reset)
arg_error = TRUE;
#endif
break;
- case 'm': /* Fixed-width font for the display. GTK+ only. */
- g_free(global_commandline_info.prefs_p->gui_gtk2_font_name);
- global_commandline_info.prefs_p->gui_gtk2_font_name = g_strdup(optarg);
- break;
case 'n': /* No name resolution */
disable_name_resolution();
break;