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.vbo.pop(arg, None)
|
||||||
self.update()
|
self.update()
|
||||||
|
|
||||||
def initializeGL(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def paint(self):
|
def paint(self):
|
||||||
if self.pos is None:
|
if self.pos is None:
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user