]> sigrok.org Git - pulseview.git/commitdiff
QWellArray: removed unused destructor
authorJoel Holdsworth <redacted>
Sat, 18 Jan 2014 10:10:35 +0000 (10:10 +0000)
committerJoel Holdsworth <redacted>
Sat, 18 Jan 2014 10:10:35 +0000 (10:10 +0000)
pv/widgets/wellarray.h

index 0195b5d789d60c3072806130a02013ff15efdf2c..dad088ccc53be0f47ee6aa4b076897457f27208b 100644 (file)
@@ -51,7 +51,6 @@ class QWellArray : public QWidget
 
 public:
     QWellArray(int rows, int cols, QWidget* parent=0);
-    ~QWellArray() {}
     QString cellContent(int row, int col) const;
 
     int selectedColumn() const { return selCol; }