]> git.sur5r.net Git - i3/i3/blobdiff - src/cfgparse.y
Remove the terminal option from config.
[i3/i3] / src / cfgparse.y
index efed14e0f19d658424e0b17db8acdf86df349f71..ff96bb5b9d3b90b32a3c352ab3e0a73844c45dbb 100644 (file)
@@ -486,8 +486,8 @@ exec:
 terminal:
         TOKTERMINAL WHITESPACE STR
         {
-                config.terminal = sstrdup($<string>3);
-                printf("terminal %s\n", config.terminal);
+                LOG("The terminal option is DEPRECATED and has no effect. "
+                    "Please remove it from your configuration file.");
         }
         ;