From 3eb4862794a0bcecdfb041ec04377cdad0b6ddcf Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 1 Aug 2022 15:06:54 +0300 Subject: [PATCH] common: remove unneeded typedef for wad file type --- common/xash3d_types.h | 1 - 1 file changed, 1 deletion(-) 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