Change how video timing is done.
[dcpomatic.git] / src / lib / util.cc
index cfeacdb92cece74e3c0049081bba2964ace11fdb..6a353818cb2e26d42e74c1289826df44543b5205 100644 (file)
@@ -873,16 +873,6 @@ remap (shared_ptr<const AudioBuffers> input, int output_channels, AudioMapping m
        return mapped;
 }
 
-Eyes
-increment_eyes (Eyes e)
-{
-       if (e == Eyes::LEFT) {
-               return Eyes::RIGHT;
-       }
-
-       return Eyes::LEFT;
-}
-
 
 size_t
 utf8_strlen (string s)