summaryrefslogtreecommitdiff
path: root/src/command-line.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command-line.c')
-rw-r--r--src/command-line.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command-line.c b/src/command-line.c
index 70c001d..ad27d9c 100644
--- a/src/command-line.c
+++ b/src/command-line.c
@@ -107,8 +107,6 @@ static void print_attribute_help(char *attr)
nv_msg(NULL, " - Attribute is not written to the rc file.");
if (entry->flags & NV_PARSER_TYPE_GUI_ATTRIBUTE)
nv_msg(NULL, " - Is GUI attribute.");
- if (entry->flags & NV_PARSER_TYPE_XVIDEO_ATTRIBUTE)
- nv_msg(NULL, " - Is X Video attribute.");
if (entry->flags & NV_PARSER_TYPE_PACKED_ATTRIBUTE)
nv_msg(NULL, " - Attribute value is packed integer.");
if (entry->flags & NV_PARSER_TYPE_VALUE_IS_DISPLAY)