Extract named_channel.h
[dcpomatic.git] / src / lib / types.cc
index d9108a94219dcb82aef96d66aa03e4a8f6a16fdb..69d27a1ce2776bea1bbabf9ea592fedcfd78becb 100644 (file)
@@ -167,12 +167,6 @@ CPLSummary::CPLSummary (boost::filesystem::path p)
 }
 
 
-bool operator== (NamedChannel const& a, NamedChannel const& b)
-{
-       return a.name == b.name && a.index == b.index;
-}
-
-
 string
 video_range_to_string (VideoRange r)
 {