Remove deprecated {resolution} output format option

This commit is contained in:
bytedream 2024-04-08 14:34:50 +02:00
parent 77103ff1f1
commit 18534b259b
3 changed files with 0 additions and 22 deletions

View file

@ -446,10 +446,6 @@ impl Format {
universal,
),
)
.replace(
"{resolution}",
&sanitize(self.resolution.to_string(), true, universal),
)
.replace(
"{width}",
&sanitize(self.resolution.width.to_string(), true, universal),