diff options
Diffstat (limited to 'src/script.c')
-rw-r--r-- | src/script.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/script.c b/src/script.c index a665991..935bc79 100644 --- a/src/script.c +++ b/src/script.c @@ -42,7 +42,7 @@ static const char cvs_ident[] = "$Id$"; void eterm_handle_winop(char *action) { - +#if 0 char *winid; Window win = 0; @@ -100,4 +100,10 @@ eterm_handle_winop(char *action) } else { print_error("IPC Error: Unrecognized window operation \"%s\"\n", action); } +#endif +} + +void +script_parse(char *s) +{ } |