(svn r3337) Remove an unused variable and add 2 times static

This commit is contained in:
tron
2005-12-24 20:51:21 +00:00
parent f2db7e7245
commit c11fb56bf7
4 changed files with 3 additions and 4 deletions

View File

@@ -10,6 +10,8 @@
#include "command.h"
#include "variables.h"
static SignStruct *_new_sign_struct;
enum {
/* Max signs: 64000 (4 * 16000) */
SIGN_POOL_BLOCK_SIZE_BITS = 2, /* In bits, so (1 << 2) == 4 */