move ControllableDescriptor from libpbd to libardour; add support for describing...
[ardour.git] / libs / ardour / ardour / stripable.h
index 1b8239707423adf4fd51632f4d263a2885a95934..274a0109dcc4d292191b121f2bf7d9355c3bc4f9 100644 (file)
@@ -183,9 +183,6 @@ class LIBARDOUR_API Stripable : public SessionObject {
        void set_presentation_info_explicit (PresentationInfo);
 
        void add_state (XMLNode&) const;
-
-  private:
-       void set_presentation_info_internal (PresentationInfo id, bool notify_class_listeners = true);
 };
 
 struct PresentationInfoSorter {