mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Remove ScummVM's SVG patch
No longer necessary now that we have a better `acosf` implementation.
This commit is contained in:
parent
dfbdd035da
commit
ce6fd38e5d
Notes:
sideshowbarker
2024-07-18 01:01:14 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/ce6fd38e5de Pull-request: https://github.com/SerenityOS/serenity/pull/10958 Reviewed-by: https://github.com/Hendiadyoin1
1 changed files with 0 additions and 11 deletions
|
@ -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;
|
Loading…
Reference in a new issue