Removed unused GLUT import
This commit is contained in:
parent
344111470c
commit
d19a3c676c
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ import re
|
|||
from wx import glcanvas
|
||||
import wx
|
||||
try:
|
||||
from OpenGL.GLUT import *
|
||||
from OpenGL.GLU import *
|
||||
from OpenGL.GL import *
|
||||
hasOpenGLlibs = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue