1
0
Fork 0

(svn r21686) -Cleanup: remove unused constants and comment used ones

release/1.1
smatz 2011-01-01 16:35:32 +00:00
parent 36f55a8823
commit 62bc55cf7b
1 changed files with 2 additions and 7 deletions

View File

@ -20,13 +20,8 @@
#include <stdarg.h> #include <stdarg.h>
#define ICON_BUFFER 79 static const uint ICON_TOKEN_COUNT = 20; ///< Maximum number of tokens in one command
#define ICON_HISTORY_SIZE 20 static const uint ICON_MAX_ALIAS_LINES = 40; ///< Maximum number of commands executed by one alias
#define ICON_LINE_HEIGHT 12
#define ICON_RIGHT_BORDERWIDTH 10
#define ICON_BOTTOM_BORDERWIDTH 12
#define ICON_MAX_ALIAS_LINES 40
#define ICON_TOKEN_COUNT 20
/* console parser */ /* console parser */
IConsoleCmd *_iconsole_cmds; ///< list of registered commands IConsoleCmd *_iconsole_cmds; ///< list of registered commands