remove g_hWndMain decl

This commit is contained in:
Glenn Maynard
2003-02-14 23:16:57 +00:00
parent ba8d669db6
commit 22bdc18d48
-2
View File
@@ -156,8 +156,6 @@ bool RageDisplay::HasExtension(CString ext) const
return m_oglspecs->glExts.find(ext) != m_oglspecs->glExts.end();
}
extern HWND g_hWndMain;
void RageDisplay::SetupExtensions()
{
double fGLVersion = atof( (const char *) glGetString(GL_VERSION) );