From 96f7ce13256a4d6a1845f9c846db4e4e9b1165ed Mon Sep 17 00:00:00 2001 From: KIU Shueng Chuan Date: Tue, 29 Jun 2021 12:38:46 +0800 Subject: [PATCH] remove empty initializeGL() --- pyqtgraph/opengl/items/GLLinePlotItem.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyqtgraph/opengl/items/GLLinePlotItem.py b/pyqtgraph/opengl/items/GLLinePlotItem.py index 2daf78ba..dcc98cc0 100644 --- a/pyqtgraph/opengl/items/GLLinePlotItem.py +++ b/pyqtgraph/opengl/items/GLLinePlotItem.py @@ -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