diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-25 23:54:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-25 23:54:33 +0200 |
| commit | dce22d59d3e8302eacf97bf6421e3e35daff57bf (patch) | |
| tree | cbf3b3d15a05129c7c32fa0ff1e2c5fe39dd31ef /src/lib/ratio.cc | |
| parent | 3e4f6d59b46e3c09c9d0aba907ff0633bf0bc2e5 (diff) | |
Don't offer full-frame containers unless 'allow any container' is enabled.
Diffstat (limited to 'src/lib/ratio.cc')
| -rw-r--r-- | src/lib/ratio.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ratio.cc b/src/lib/ratio.cc index 8a86ced59..93ad5755d 100644 --- a/src/lib/ratio.cc +++ b/src/lib/ratio.cc @@ -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; } |
