remove temporarily added signal
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 4 Jul 2016 17:42:47 +0000 (13:42 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 4 Jul 2016 17:42:47 +0000 (13:42 -0400)
libs/ardour/presentation_info.cc

index 7115539178a3ba48e26a09503465f5be1799d163..fe094dae6bb667d5a41311b2d690fe2d9a66cb4a 100644 (file)
@@ -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 {