Don't offer full-frame containers unless 'allow any container' is enabled.
[dcpomatic.git] / src / lib / ratio.cc
index 8a86ced59088ab3cbb50ba5fbeefe3768da353e2..93ad5755ddb5fe23abe637a357caee2c88d8d206 100644 (file)
@@ -110,7 +110,6 @@ Ratio::containers ()
        vector<Ratio const *> r;
        r.push_back (Ratio::from_id ("185"));
        r.push_back (Ratio::from_id ("239"));
-       r.push_back (Ratio::from_id ("190"));
        return r;
 }