mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
e686d47cd7
commit
a4155a2240
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "Util.h"
|
||||
#include "GifTransfer.h"
|
||||
//#include "GLWin.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue