diff -r 32d0d1cd44c3 -r e8f3c9276f3f qgpib_plotter.py --- a/qgpib_plotter.py Fri Jan 18 16:33:51 2008 +0100 +++ b/qgpib_plotter.py Sun Jan 20 17:09:31 2008 +0100 @@ -71,8 +71,6 @@ if index.isValid(): value = unicode(self.plotsView.model().data(index, Qt.DisplayRole).toString()) - #self.plotterWidget = QHPGLPlotterWidget(self) - #self.setCentralWidget(self.plotterWidget) self.plotterWidget.clear() self.plotterWidget.parse(self._plots[value])