remove empty initializeGL()

This commit is contained in:
KIU Shueng Chuan 2021-06-29 12:38:46 +08:00
parent b843214f66
commit 96f7ce1325
1 changed files with 0 additions and 3 deletions

View File

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