promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple regions...
[ardour.git] / libs / ardour / ardour / export_format_base.h
index c5880aea6bba24d832db10d74015ac8828842921..0ba5f73e8df87267e4a4a62777a80d9d3a740f0e 100644 (file)
@@ -146,7 +146,6 @@ class ExportFormatBase {
        virtual ~ExportFormatBase ();
 
        boost::shared_ptr<ExportFormatBase> get_intersection (ExportFormatBase const & other) const;
-       boost::shared_ptr<ExportFormatBase> get_difference (ExportFormatBase const & other) const;
        boost::shared_ptr<ExportFormatBase> get_union (ExportFormatBase const & other) const;
 
        bool endiannesses_empty () const { return endiannesses.empty (); }
@@ -189,7 +188,6 @@ class ExportFormatBase {
 
        enum SetOperation {
                SetUnion,
-               SetDifference,
                SetIntersection
        };