From a59a4ed590c33e06a03cdbf44f78a956d120deb8 Mon Sep 17 00:00:00 2001 From: janwas Date: Fri, 7 Nov 2003 01:00:16 +0000 Subject: [PATCH] no message This was SVN commit r46. --- source/main.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/main.cpp b/source/main.cpp index 3ae1c814b5..3e21387877 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -15,8 +15,6 @@ #include "vfs.h" #include "ia32.h" -#include "ps/cstr.h" - #ifndef NO_GUI #include "gui/GUI.h" #endif @@ -228,11 +226,6 @@ static void do_tick() int main(int argc, char* argv[]) { -CStr mycstr = _T("string"); -if(mycstr == _T("string")) -exit(1); - - // set 24 bit (float) FPU precision for faster divides / sqrts #ifdef _M_IX86 _control87(_PC_24, _MCW_PC);