]> git.lizzy.rs Git - bspwm.git/commitdiff
Remove unnecessary `--verbose` option
authorBastien Dejean <nihilhill@gmail.com>
Sun, 2 Jun 2013 12:24:31 +0000 (14:24 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Sun, 2 Jun 2013 12:24:31 +0000 (14:24 +0200)
messages.c

index 6a8b026d95922e0f74b6f2cb54a6970d2d062dab..447ee86a85c936042c5093f62dd11d7423a14890 100644 (file)
@@ -761,7 +761,7 @@ bool parse_skip_desktop(char *s, skip_desktop_t *k)
 
 bool parse_list_option(char *s, list_option_t *o)
 {
-    if (s == NULL || strcmp(s, "--verbose") == 0) {
+    if (s == NULL) {
         *o = LIST_OPTION_VERBOSE;
         return true;
     } else if (strcmp(s, "--quiet") == 0) {