summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-25 22:36:47 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-25 22:36:47 +0200
commit25526a5b4a5b6e320d78b38626f034fad0f1b211 (patch)
treeb0e53aed79a9810e1db39ff3610883fc5c10af0b /src
parent38864bb7af746e9b621bd6db4b882da0f39314dd (diff)
Fix thinko.
Diffstat (limited to 'src')
-rw-r--r--src/types.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.cc b/src/types.cc
index 2bcd7101..4f089e2e 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -858,7 +858,6 @@ dcp::used_audio_channels ()
c.push_back (MOTION_DATA);
c.push_back (SYNC_SIGNAL);
c.push_back (SIGN_LANGUAGE);
- c.push_back (dcp::LEFT);
return c;
}