common.h

changeset 27
15c06a191f9b
parent 26
54eaea6dc27c
child 29
b4e09ae24bf1
--- 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); \

mercurial