From 11eb754b41b47462b83440ca482891cf654c5dc5 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sat, 31 Dec 2011 17:06:26 +0100 Subject: [PATCH] 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. --- CMakeLists.txt | 2 -- sys/sys_public.h | 3 --- 2 files changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd9bed8..f64a660 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/sys/sys_public.h b/sys/sys_public.h index 2a7bf69..e9c1d0b 100644 --- a/sys/sys_public.h +++ b/sys/sys_public.h @@ -247,9 +247,6 @@ int Sys_ListFiles( const char *directory, const char *extension, idList