engine: Removed unused Haiku variables

This commit is contained in:
exstrim401 2021-06-07 17:51:42 +05:00 committed by Alibek Omarov #SupportRMS
parent 2b436dced0
commit db3e71bfcc
3 changed files with 0 additions and 7 deletions

View File

@ -1390,9 +1390,6 @@ void FS_Rescan( void )
{ {
const char *str; const char *str;
const int extrasFlags = FS_NOWRITE_PATH | FS_CUSTOM_PATH; const int extrasFlags = FS_NOWRITE_PATH | FS_CUSTOM_PATH;
#if XASH_HAIKU
char *dir;
#endif
Con_Reportf( "FS_Rescan( %s )\n", GI->title ); Con_Reportf( "FS_Rescan( %s )\n", GI->title );
FS_ClearSearchPath(); FS_ClearSearchPath();

View File

@ -79,9 +79,6 @@ void *COM_LoadLibrary( const char *dllname, int build_ordinals_table, qboolean d
{ {
dll_user_t *hInst = NULL; dll_user_t *hInst = NULL;
void *pHandle = NULL; void *pHandle = NULL;
#if XASH_HAIKU
const char *libdir;
#endif
COM_ResetLibraryError(); COM_ResetLibraryError();

View File

@ -31,7 +31,6 @@ GNU General Public License for more details.
#include <shellapi.h> // CommandLineToArgvW #include <shellapi.h> // CommandLineToArgvW
#endif #endif
#ifdef WIN32 #ifdef WIN32
extern "C" extern "C"
{ {