diff --git a/common/xash3d_types.h b/common/xash3d_types.h index 71472d43..33f82bb1 100644 --- a/common/xash3d_types.h +++ b/common/xash3d_types.h @@ -138,7 +138,6 @@ typedef unsigned int dword; typedef unsigned int uint; typedef char string[MAX_STRING]; typedef struct file_s file_t; // normal file -typedef struct wfile_s wfile_t; // wad file typedef struct stream_s stream_t; // sound stream for background music playing typedef off_t fs_offset_t; #if XASH_WIN32