From 270793170b0a5a27cd7df85641920c7f043297ba Mon Sep 17 00:00:00 2001 From: squall-leonhart Date: Mon, 23 Mar 2009 12:10:30 +0000 Subject: [PATCH] removed the protection... yeah i dont think this is needed anymore... its more of a pita then anything. git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@860 a31d4220-a93d-0410-bf67-fe4944624d44 --- project/vc2008_mfc/VBA2008.vcproj | 14 -------------- src/win32/VBA.cpp | 1 - 2 files changed, 15 deletions(-) diff --git a/project/vc2008_mfc/VBA2008.vcproj b/project/vc2008_mfc/VBA2008.vcproj index 997dfc5c..9083e8d5 100644 --- a/project/vc2008_mfc/VBA2008.vcproj +++ b/project/vc2008_mfc/VBA2008.vcproj @@ -232,12 +232,6 @@ - @@ -814,14 +808,6 @@ RelativePath="..\..\src\common\Port.h" > - - - - diff --git a/src/win32/VBA.cpp b/src/win32/VBA.cpp index 3aea8158..4576964f 100644 --- a/src/win32/VBA.cpp +++ b/src/win32/VBA.cpp @@ -17,7 +17,6 @@ #include "WinResUtil.h" #include "Logging.h" #include "rpi.h" -#include "protect.h" #include "../System.h" #include "../gba/agbprint.h"