From 408bf89fd54dfcf50d87a388f97074d81e982eb0 Mon Sep 17 00:00:00 2001 From: Alexandre Kaskasoli Date: Thu, 29 Sep 2016 09:15:21 +0100 Subject: [PATCH] removed command line flag for max-comment-cols --- rtv/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/rtv/config.py b/rtv/config.py index ec33781..91ce2ff 100644 --- a/rtv/config.py +++ b/rtv/config.py @@ -67,9 +67,6 @@ def build_parser(): parser.add_argument( '--enable-media', dest='enable_media', action='store_const', const=True, help='Open external links using programs defined in the mailcap config') - parser.add_argument( - '--max-comment-cols', dest='max_comment_cols', type=int, - help='Maximum comment column width') return parser