From 27d06075a7cdbfbedae95035977fc2622aeadbe6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 4 Jul 2016 13:42:47 -0400 Subject: [PATCH] remove temporarily added signal --- libs/ardour/presentation_info.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/presentation_info.cc b/libs/ardour/presentation_info.cc index 7115539178..fe094dae6b 100644 --- a/libs/ardour/presentation_info.cc +++ b/libs/ardour/presentation_info.cc @@ -38,7 +38,6 @@ using std::string; string PresentationInfo::state_node_name = X_("PresentationInfo"); PBD::Signal0 PresentationInfo::Change; -PBD::Signal0 PresentationInfo::SelectionChange; namespace ARDOUR { namespace Properties {