X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fexport_format_base.h;h=0ba5f73e8df87267e4a4a62777a80d9d3a740f0e;hb=33c61757fc8352fdb1280bca28b54d1adee183ff;hp=c5880aea6bba24d832db10d74015ac8828842921;hpb=a473d630eb165272992e90f8d854b1d66ec0be63;p=ardour.git diff --git a/libs/ardour/ardour/export_format_base.h b/libs/ardour/ardour/export_format_base.h index c5880aea6b..0ba5f73e8d 100644 --- a/libs/ardour/ardour/export_format_base.h +++ b/libs/ardour/ardour/export_format_base.h @@ -146,7 +146,6 @@ class ExportFormatBase { virtual ~ExportFormatBase (); boost::shared_ptr get_intersection (ExportFormatBase const & other) const; - boost::shared_ptr get_difference (ExportFormatBase const & other) const; boost::shared_ptr get_union (ExportFormatBase const & other) const; bool endiannesses_empty () const { return endiannesses.empty (); } @@ -189,7 +188,6 @@ class ExportFormatBase { enum SetOperation { SetUnion, - SetDifference, SetIntersection };