--- a/common.h Sun Jul 15 18:56:26 2012 +0300
+++ b/common.h Sun Jul 15 19:01:47 2012 +0300
@@ -61,8 +61,6 @@
MODE_ONEXIT, // inside onexit
};
-typedef long qbyte;
-
#define CHECK_FILE(pointer,path,action) \
if (!pointer) { \
error ("couldn't open %s for %s!\n", (char*)path, action); \