Removed unused GLUT import

This commit is contained in:
Daid 2012-03-10 13:16:00 +01:00
parent 344111470c
commit d19a3c676c

View File

@ -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