MACOSX: Turned update support off by default, simplified and cleaned the pull request

This commit is contained in:
Oystein Eftevaag 2011-08-02 21:00:57 -04:00
parent 9044e17499
commit 7e7e606919
7 changed files with 24 additions and 118 deletions

View file

@ -64,7 +64,7 @@ void OSystem_MacOSX::initBackend() {
// Replace the SDL generated menu items with our own translated ones on Mac OS X
replaceApplicationMenuItems();
#if defined(USE_SPARKLE)
#ifdef USE_SPARKLE
// Initialize updates manager
_updateManager = new MacOSXUpdateManager();
#endif