validateGLContext doesn't need to return anything

Was getting a weird error like "PySide.QGLContext has no attribute setData" in some logging call...
This commit is contained in:
David Vierra 2015-06-05 23:03:47 -10:00
parent 208069beed
commit 97d6aeabf4

View File

@ -69,5 +69,3 @@ def validateQGLContext(context):
msgBox.exec_()
raise SystemExit
return context