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