mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: Removed unused Haiku variables
This commit is contained in:
parent
2b436dced0
commit
db3e71bfcc
@ -1390,9 +1390,6 @@ void FS_Rescan( void )
|
||||
{
|
||||
const char *str;
|
||||
const int extrasFlags = FS_NOWRITE_PATH | FS_CUSTOM_PATH;
|
||||
#if XASH_HAIKU
|
||||
char *dir;
|
||||
#endif
|
||||
Con_Reportf( "FS_Rescan( %s )\n", GI->title );
|
||||
|
||||
FS_ClearSearchPath();
|
||||
|
@ -79,9 +79,6 @@ void *COM_LoadLibrary( const char *dllname, int build_ordinals_table, qboolean d
|
||||
{
|
||||
dll_user_t *hInst = NULL;
|
||||
void *pHandle = NULL;
|
||||
#if XASH_HAIKU
|
||||
const char *libdir;
|
||||
#endif
|
||||
|
||||
COM_ResetLibraryError();
|
||||
|
||||
|
@ -31,7 +31,6 @@ GNU General Public License for more details.
|
||||
#include <shellapi.h> // CommandLineToArgvW
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef WIN32
|
||||
extern "C"
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user