diff -r 54eaea6dc27c -r 15c06a191f9b common.h --- 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); \