summaryrefslogtreecommitdiff
path: root/ui/commandline.c
diff options
context:
space:
mode:
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;