summaryrefslogtreecommitdiff
path: root/src/lib/types.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-11 00:11:51 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-11 00:19:21 +0100
commit53d472f6e4531586fb91e649c386fdfaecb6ecaf (patch)
tree5cdba704efae6c978eb7e9dbfd76ee661d1ca87c /src/lib/types.cc
parenta3ef6c08705798ac1cd8b62b77697c35c3506567 (diff)
Extract named_channel.h
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)
{