]> sigrok.org Git - pulseview.git/commitdiff
MarginWidget: Removed unused geometry_updated signal
authorJoel Holdsworth <redacted>
Wed, 5 Nov 2014 21:31:56 +0000 (21:31 +0000)
committerJoel Holdsworth <redacted>
Wed, 19 Nov 2014 10:23:31 +0000 (10:23 +0000)
pv/view/marginwidget.h

index 7811d80aa6d85f46829542b3d3f7c299e2cd2d89..88014c7682e29783b6e0c67195b7c3c9ac8ee422 100644 (file)
@@ -41,8 +41,6 @@ public Q_SLOTS:
 Q_SIGNALS:
        void selection_changed();
 
-       void geometry_updated();
-
 protected:
        pv::view::View &_view;
 };