mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-27 06:32:27 +00:00
R_GetModeInfo() doesn't need to be public on OSX
Remove redundant special case.
This commit is contained in:
parent
1fed72fbb4
commit
522c5bbccf
1 changed files with 0 additions and 4 deletions
|
@ -568,11 +568,7 @@ vidmode_t r_vidModes[] = {
|
|||
};
|
||||
static int s_numVidModes = ( sizeof( r_vidModes ) / sizeof( r_vidModes[0] ) );
|
||||
|
||||
#if MACOS_X
|
||||
bool R_GetModeInfo( int *width, int *height, int mode ) {
|
||||
#else
|
||||
static bool R_GetModeInfo( int *width, int *height, int mode ) {
|
||||
#endif
|
||||
vidmode_t *vm;
|
||||
|
||||
if ( mode < -1 ) {
|
||||
|
|
Loading…
Reference in a new issue