Commit eaa74765 authored by Guillaume Seguin's avatar Guillaume Seguin

Cleanup

parent 2eff79c9
...@@ -452,9 +452,6 @@ class GCObject(object): ...@@ -452,9 +452,6 @@ class GCObject(object):
self.batch = pyglet.graphics.Batch() self.batch = pyglet.graphics.Batch()
self.model = model self.model = model
def GetSelection(self):
return wx.NOT_FOUND
class GcodeViewFrame(wx.Frame): class GcodeViewFrame(wx.Frame):
'''A simple class for using OpenGL with wxPython.''' '''A simple class for using OpenGL with wxPython.'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment