X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.cpp;h=b1f864fbdea01179801e0920f706b853a4de1ca7;hb=26044acf8a4fe70772bd6e69afb8b8d20b5a6af5;hp=b273cf6b58d9d99b732cbf3b7f30e48b2af0ff74;hpb=94e1e961b57f253b760298ab0bae96a7de6d20fa;p=virtualjaguar diff --git a/src/settings.cpp b/src/settings.cpp index b273cf6..b1f864f 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,10 +1,10 @@ // // SETTINGS.CPP: Virtual Jaguar configuration loading/saving support // -// by James L. Hammons +// by James Hammons // (C) 2010 Underground Software // -// JLH = James L. Hammons +// JLH = James Hammons // // Who When What // --- ---------- ------------------------------------------------------------- @@ -13,14 +13,11 @@ #include "settings.h" -#include -#include -#include "SDL.h" -#include "sdlemu_config.h" -#include "log.h" - -// Temporary vars... -bool smoothGLOutput = false; +//#include +//#include +//#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