summaryrefslogtreecommitdiff
path: root/libs/ardour/presentation_info.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-07-04 13:42:47 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-07-04 13:42:47 -0400
commit27d06075a7cdbfbedae95035977fc2622aeadbe6 (patch)
tree922ea4af7cc507a5a9c7d8994db870d15aaf7fbf /libs/ardour/presentation_info.cc
parent906f7e1edd412c35fe16939f3599c76aa0735a89 (diff)
remove temporarily added signal
Diffstat (limited to 'libs/ardour/presentation_info.cc')
-rw-r--r--libs/ardour/presentation_info.cc1
1 files changed, 0 insertions, 1 deletions
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<void> PresentationInfo::Change;
-PBD::Signal0<void> PresentationInfo::SelectionChange;
namespace ARDOUR {
namespace Properties {