From ce6fd38e5dedd389233ac3095f1d0f59d3042654 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Thu, 18 Nov 2021 16:18:55 +0100 Subject: [PATCH] Ports: Remove ScummVM's SVG patch No longer necessary now that we have a better `acosf` implementation. --- Ports/scummvm/patches/ThemeParser-disable-svg.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Ports/scummvm/patches/ThemeParser-disable-svg.patch diff --git a/Ports/scummvm/patches/ThemeParser-disable-svg.patch b/Ports/scummvm/patches/ThemeParser-disable-svg.patch deleted file mode 100644 index 6443ef80cd7..00000000000 --- 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;