]> git.sur5r.net Git - i3/i3/blobdiff - src/config_directives.c
Allow the commands parser to use "number" arguments by making the stack typed.
[i3/i3] / src / config_directives.c
index 463b38e773cecc6e3acc505bbd3e60978a82fc9b..d772387dc7e61260b0af01950e9532568fd3642e 100644 (file)
@@ -367,10 +367,6 @@ CFGFUN(force_display_urgency_hint, const long duration_ms) {
     config.workspace_urgency_timer = duration_ms / 1000.0;
 }
 
-CFGFUN(delay_exit_on_zero_displays, const long duration_ms) {
-    config.zero_disp_exit_timer_ms = duration_ms;
-}
-
 CFGFUN(focus_on_window_activation, const char *mode) {
     if (strcmp(mode, "smart") == 0)
         config.focus_on_window_activation = FOWA_SMART;