diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2016-11-23 03:19:37 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2016-11-23 03:19:37 +0100 |
commit | 3812467f4341abae87185c327e2e771c2fa903c6 (patch) | |
tree | 5e3f3038b65387c1db0ac6e8d7acfe033ba520c1 | |
parent | 1554e905650daa7bf60bda258b31854756a3ae89 (diff) | |
download | ratpoison-3812467f4341abae87185c327e2e771c2fa903c6.zip |
Dead defines
-rw-r--r-- | src/actions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/actions.h b/src/actions.h index 3c708c8..9f6cda6 100644 --- a/src/actions.h +++ b/src/actions.h @@ -22,9 +22,6 @@ #ifndef _RATPOISON_ACTIONS_H #define _RATPOISON_ACTIONS_H 1 -#define MAX_COMMAND_LENGTH 100 -#define MAX_ARGS_LENGTH 100 - #include "ratpoison.h" /* arg_REST and arg_SHELLCMD eat the rest of the input. */ |