mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +00:00
- cleaned up language detection leftovers
This commit is contained in:
parent
0eb9f18e9f
commit
aba7132846
3 changed files with 0 additions and 10 deletions
|
@ -51,11 +51,6 @@
|
||||||
#include "atterm.h"
|
#include "atterm.h"
|
||||||
|
|
||||||
|
|
||||||
EXTERN_CVAR(String, language)
|
|
||||||
|
|
||||||
uint32_t LanguageIDs[4];
|
|
||||||
|
|
||||||
|
|
||||||
void I_Tactile(int /*on*/, int /*off*/, int /*total*/)
|
void I_Tactile(int /*on*/, int /*off*/, int /*total*/)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,8 +55,6 @@
|
||||||
|
|
||||||
#include "gameconfigfile.h"
|
#include "gameconfigfile.h"
|
||||||
|
|
||||||
EXTERN_CVAR (String, language)
|
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
double SecondsPerCycle = 1e-8;
|
double SecondsPerCycle = 1e-8;
|
||||||
|
@ -72,7 +70,6 @@ int I_PickIWad_Cocoa (WadStuff *wads, int numwads, bool showwin, int defaultiwad
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
double PerfToSec, PerfToMillisec;
|
double PerfToSec, PerfToMillisec;
|
||||||
uint32_t LanguageIDs[4];
|
|
||||||
|
|
||||||
void I_Tactile (int /*on*/, int /*off*/, int /*total*/)
|
void I_Tactile (int /*on*/, int /*off*/, int /*total*/)
|
||||||
{
|
{
|
||||||
|
|
|
@ -116,7 +116,6 @@ static void DestroyCustomCursor();
|
||||||
|
|
||||||
// EXTERNAL DATA DECLARATIONS ----------------------------------------------
|
// EXTERNAL DATA DECLARATIONS ----------------------------------------------
|
||||||
|
|
||||||
EXTERN_CVAR(String, language);
|
|
||||||
EXTERN_CVAR (Bool, queryiwad);
|
EXTERN_CVAR (Bool, queryiwad);
|
||||||
// Used on welcome/IWAD screen.
|
// Used on welcome/IWAD screen.
|
||||||
EXTERN_CVAR (Bool, disableautoload)
|
EXTERN_CVAR (Bool, disableautoload)
|
||||||
|
@ -137,7 +136,6 @@ CVAR (String, queryiwad_key, "shift", CVAR_GLOBALCONFIG|CVAR_ARCHIVE);
|
||||||
CVAR (Bool, con_debugoutput, false, 0);
|
CVAR (Bool, con_debugoutput, false, 0);
|
||||||
|
|
||||||
double PerfToSec, PerfToMillisec;
|
double PerfToSec, PerfToMillisec;
|
||||||
uint32_t LanguageIDs[4];
|
|
||||||
|
|
||||||
UINT TimerPeriod;
|
UINT TimerPeriod;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue