- cleaned up language detection leftovers

# Conflicts:
#	src/posix/sdl/i_system.cpp
This commit is contained in:
alexey.lysiuk 2019-07-13 15:47:43 +03:00 committed by drfrag
parent 9c25d75f65
commit 95f0f7eadd
3 changed files with 0 additions and 10 deletions

View file

@ -53,11 +53,6 @@
#include "atterm.h"
EXTERN_CVAR(String, language)
uint32_t LanguageIDs[4];
void I_Tactile(int /*on*/, int /*off*/, int /*total*/)
{
}

View file

@ -69,8 +69,6 @@
#include "m_fixed.h"
#include "g_level.h"
EXTERN_CVAR (String, language)
extern "C"
{
double SecondsPerCycle = 1e-8;
@ -86,7 +84,6 @@ int I_PickIWad_Cocoa (WadStuff *wads, int numwads, bool showwin, int defaultiwad
#endif
double PerfToSec, PerfToMillisec;
uint32_t LanguageIDs[4];
void I_Tactile (int /*on*/, int /*off*/, int /*total*/)
{

View file

@ -128,7 +128,6 @@ static void DestroyCustomCursor();
// EXTERNAL DATA DECLARATIONS ----------------------------------------------
EXTERN_CVAR(String, language);
EXTERN_CVAR (Bool, queryiwad);
// Used on welcome/IWAD screen.
EXTERN_CVAR (Int, vid_renderer)
@ -151,7 +150,6 @@ CVAR (String, queryiwad_key, "shift", CVAR_GLOBALCONFIG|CVAR_ARCHIVE);
CVAR (Bool, con_debugoutput, false, 0);
double PerfToSec, PerfToMillisec;
uint32_t LanguageIDs[4];
UINT TimerPeriod;