summaryrefslogtreecommitdiff
path: root/Ports/scummvm
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2021-11-18 16:18:55 +0100
committerAndreas Kling <kling@serenityos.org>2021-11-18 21:10:30 +0100
commitce6fd38e5dedd389233ac3095f1d0f59d3042654 (patch)
treebd5c9f263980c71bc2f16820fc3e1aebdbbd9d38 /Ports/scummvm
parentdfbdd035dafe91188c7b3c1f7feda50788f120c8 (diff)
downloadserenity-ce6fd38e5dedd389233ac3095f1d0f59d3042654.zip
Ports: Remove ScummVM's SVG patch
No longer necessary now that we have a better `acosf` implementation.
Diffstat (limited to 'Ports/scummvm')
-rw-r--r--Ports/scummvm/patches/ThemeParser-disable-svg.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/Ports/scummvm/patches/ThemeParser-disable-svg.patch b/Ports/scummvm/patches/ThemeParser-disable-svg.patch
deleted file mode 100644
index 6443ef80cd..0000000000
--- a/Ports/scummvm/patches/ThemeParser-disable-svg.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- scummvm-2.5.0/gui/ThemeParser.cpp 2021-10-24 15:45:46.993615827 +0200
-+++ scummvm-2.5.0-patched/gui/ThemeParser.cpp 2021-10-24 15:53:54.569381046 +0200
-@@ -299,8 +299,6 @@
- }
-
- Common::String scalableFile;
-- if (node->values.contains("scalable_file"))
-- scalableFile = node->values["scalable_file"];
-
- int width = 0, height = 0;
- Common::String val;