]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/settings.cpp
Minor fixes, hopefully fix Exit hotkey on Win32.
[virtualjaguar] / src / settings.cpp
index b273cf6b58d9d99b732cbf3b7f30e48b2af0ff74..977e925320897801e9ce18f23d02eeb8aa55e787 100644 (file)
 
 #include "settings.h"
 
-#include <stdlib.h>
-#include <string>
-#include "SDL.h"
-#include "sdlemu_config.h"
-#include "log.h"
-
-// Temporary vars...
-bool smoothGLOutput = false;
+//#include <stdlib.h>
+//#include <string>
+//#include "SDL.h"
+//#include "sdlemu_config.h"
+//#include "log.h"
 
 using namespace std;
 
@@ -28,6 +25,7 @@ using namespace std;
 
 VJSettings vjs;
 
+#if 0
 // Private function prototypes
 
 void CheckForTrailingSlash(char * path);
@@ -126,3 +124,4 @@ void CheckForTrailingSlash(char * path)
                if (path[strlen(path) - 1] != '/')
                        strcat(path, "/");      // NOTE: Possible buffer overflow
 }
+#endif