mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Get rid of Sys_DoPreferences()
The OSX backend was the only one utilizing this to set CVars for the video mode. Not required anymore since its now based on SDL.
This commit is contained in:
parent
f29a3d936f
commit
11eb754b41
2 changed files with 0 additions and 5 deletions
|
@ -623,8 +623,6 @@ if (APPLE)
|
|||
set(src_sys_core
|
||||
sys/glimp.cpp
|
||||
sys/glimp_ati_fragment_shader.cpp
|
||||
sys/osx/PickMonitor.cpp
|
||||
sys/osx/PreferencesDialog.cpp
|
||||
sys/osx/DOOMController.mm
|
||||
sys/osx/macosx_misc.mm
|
||||
)
|
||||
|
|
|
@ -247,9 +247,6 @@ int Sys_ListFiles( const char *directory, const char *extension, idList<class
|
|||
// know early if we are performing a fatal error shutdown so the error message doesn't get lost
|
||||
void Sys_SetFatalError( const char *error );
|
||||
|
||||
// display perference dialog
|
||||
void Sys_DoPreferences( void );
|
||||
|
||||
/*
|
||||
==============================================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue