Remove unused variable.

This commit is contained in:
Unknown W. Brackets 2015-12-30 11:02:50 -08:00
parent bc4b503601
commit e898043249

View File

@ -28,9 +28,6 @@ static HWND hWnd; // Holds Our Window Handle
static D3DPRESENT_PARAMETERS pp;
static HMODULE hD3D9;
// TODO: Make config?
static bool enableGLDebug = true;
void D3D9_SwapBuffers() {
if (has9Ex) {
deviceEx->EndScene();