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

@@ -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();