From ba66381ab05edf7cb14722b344d613d82829681a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 21 Apr 2023 12:15:39 -0600 Subject: [PATCH] push2: remove unused member --- libs/surfaces/push2/gui.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/surfaces/push2/gui.h b/libs/surfaces/push2/gui.h index c23756f8e3..f3dd6fc2c4 100644 --- a/libs/surfaces/push2/gui.h +++ b/libs/surfaces/push2/gui.h @@ -49,7 +49,6 @@ public: private: Push2& _p2; - PBD::ScopedConnectionList _p2_connections; Gtk::HBox _hpacker; Gtk::Table _table; Gtk::Table _action_table;