From ba6ec376740b86510493465ce3e4e8bdc7089656 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Wed, 5 Nov 2014 21:31:56 +0000 Subject: [PATCH] MarginWidget: Removed unused geometry_updated signal --- pv/view/marginwidget.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/pv/view/marginwidget.h b/pv/view/marginwidget.h index 7811d80a..88014c76 100644 --- a/pv/view/marginwidget.h +++ b/pv/view/marginwidget.h @@ -41,8 +41,6 @@ public Q_SLOTS: Q_SIGNALS: void selection_changed(); - void geometry_updated(); - protected: pv::view::View &_view; }; -- 2.30.2