summaryrefslogtreecommitdiffstats
path: root/src/gram.y
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-05 10:41:32 -0300
committermongo <andmarti@gmail.com>2017-04-05 10:41:32 -0300
commit5b1baaddf351a5d4c24789f109cf5bfa17d62586 (patch)
tree42013d37458c7796f188bca16efe0c10441a0bcd /src/gram.y
parent90cfe76112a21eb112cf87b5a5f010192d6de385 (diff)
more cleaning
Diffstat (limited to 'src/gram.y')
-rw-r--r--src/gram.y6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gram.y b/src/gram.y
index 0102a07..f3d09f3 100644
--- a/src/gram.y
+++ b/src/gram.y
@@ -525,12 +525,6 @@ command:
}
| S_FILTERON range { enable_filters($2.left.vp, $2.right.vp);
}
- /* para debug
- wtimeout(input_win, -1);
- info(" ********* FILTERON");
- int d = wgetch(input_win);
- wtimeout(input_win, TIMEOUT_CURSES);
- */
/*
| S_GET strarg {
/* This tmp hack is because readfile recurses back through yyparse.