Minor cleanup from the last commit.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3715 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-09-01 10:34:02 +00:00
parent e686d47cd7
commit a4155a2240
2 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@
#include "Util.h"
#include "GifTransfer.h"
//#include "GLWin.h"
using namespace std;

View File

@ -923,7 +923,6 @@ bool ZeroGS::Create(int _width, int _height)
}
}
extern bool GSclosing;
void ZeroGS::Destroy(bool bD3D)
{
Delete_Avi_Capture();
@ -992,7 +991,6 @@ void ZeroGS::Destroy(bool bD3D)
GLWin.ReleaseContext();
//if (GSclosing) assert(0);
mapGLExtensions.clear();
}