remove empty initializeGL()
This commit is contained in:
parent
b843214f66
commit
96f7ce1325
@ -54,9 +54,6 @@ class GLLinePlotItem(GLGraphicsItem):
|
||||
#self.vbo.pop(arg, None)
|
||||
self.update()
|
||||
|
||||
def initializeGL(self):
|
||||
pass
|
||||
|
||||
def paint(self):
|
||||
if self.pos is None:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user