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:
parent
208069beed
commit
97d6aeabf4
@ -69,5 +69,3 @@ def validateQGLContext(context):
|
||||
msgBox.exec_()
|
||||
|
||||
raise SystemExit
|
||||
|
||||
return context
|
Reference in New Issue
Block a user