13
0

remove unused variable

This commit is contained in:
Paul Davis 2016-10-17 15:58:02 -04:00
parent 84c66c75db
commit 687ac2d294

View File

@ -520,10 +520,9 @@ class Push2 : public ARDOUR::ControlProtocol
void other_vpot (int, int);
void other_vpot_touch (int, bool);
/* special Stripables */
/* special Stripable */
boost::shared_ptr<ARDOUR::Stripable> master;
boost::shared_ptr<ARDOUR::Stripable> monitor;
sigc::connection vblank_connection;
bool vblank ();