mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
- cleaned up language detection leftovers
# Conflicts: # src/posix/sdl/i_system.cpp
This commit is contained in:
parent
9c25d75f65
commit
95f0f7eadd
3 changed files with 0 additions and 10 deletions
|
@ -53,11 +53,6 @@
|
|||
#include "atterm.h"
|
||||
|
||||
|
||||
EXTERN_CVAR(String, language)
|
||||
|
||||
uint32_t LanguageIDs[4];
|
||||
|
||||
|
||||
void I_Tactile(int /*on*/, int /*off*/, int /*total*/)
|
||||
{
|
||||
}
|
||||
|
|
|
@ -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*/)
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue