remove temporarily added signal

This commit is contained in:
Paul Davis 2016-07-04 13:42:47 -04:00
parent 906f7e1edd
commit 27d06075a7

View file

@ -38,7 +38,6 @@ using std::string;
string PresentationInfo::state_node_name = X_("PresentationInfo"); string PresentationInfo::state_node_name = X_("PresentationInfo");
PBD::Signal0<void> PresentationInfo::Change; PBD::Signal0<void> PresentationInfo::Change;
PBD::Signal0<void> PresentationInfo::SelectionChange;
namespace ARDOUR { namespace ARDOUR {
namespace Properties { namespace Properties {