summaryrefslogtreecommitdiff
path: root/src/lib/types.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/types.cc')
-rw-r--r--src/lib/types.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/types.cc b/src/lib/types.cc
index d9108a942..69d27a1ce 100644
--- a/src/lib/types.cc
+++ b/src/lib/types.cc
@@ -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)
{