Kaydet (Commit) 240a2b05 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

another two unused variables

Change-Id: Ib6fdcd8a541f98e3e7a3e1cb7407bb497a104914
üst 07564f03
......@@ -909,10 +909,6 @@ void OpenGLRender::Release()
glDeleteRenderbuffers(1, &m_RboID);
#if defined( WNT )
wglMakeCurrent(NULL, NULL);
if (!m_iExternRC)
wglDeleteContext(glWin.hRC);
if (!m_iExternDC)
ReleaseDC(glWin.hWnd, glWin.hDC);
#elif defined( UNX )
glXMakeCurrent(glWin.dpy, None, NULL);
......
......@@ -248,10 +248,6 @@ private:
GLWindow glWin;
int m_iExternDC;
int m_iExternRC;
Line2DPointList m_Line2DPointList;
float m_fLineWidth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment