apply back 335 and 336, will need to update deps and put a zip out

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@343 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
TTimo
2010-11-26 19:50:08 +00:00
parent 0152053e52
commit dc4e125df2
8 changed files with 250 additions and 72 deletions

View File

@@ -62,8 +62,6 @@ void CamWnd::OnCreate ()
if (!MakeCurrent ())
Error ("glMakeCurrent failed");
gtk_glwidget_create_font (m_pWidget);
// report OpenGL information
Sys_Printf ("GL_VENDOR: %s\n", qglGetString (GL_VENDOR));
Sys_Printf ("GL_RENDERER: %s\n", qglGetString (GL_RENDERER));