diff --git a/pyqtgraph/opengl/GLViewWidget.py b/pyqtgraph/opengl/GLViewWidget.py index 3d1f41d6..71768b6a 100644 --- a/pyqtgraph/opengl/GLViewWidget.py +++ b/pyqtgraph/opengl/GLViewWidget.py @@ -152,11 +152,6 @@ class GLViewWidget(QtWidgets.QOpenGLWidget): def devicePixelRatio(self): return self.devicePixelRatioF() - def resizeGL(self, w, h): - pass - #glViewport(*self.getViewport()) - #self.update() - def setProjection(self, region=None): m = self.projectionMatrix(region) glMatrixMode(GL_PROJECTION)