aboutsummaryrefslogtreecommitdiff
path: root/games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2025-07-07 16:29:46 +0000
committerDima Panov <fluffy@FreeBSD.org>2025-07-07 16:32:12 +0000
commitee6ea2ec7365abc71da73cb9c4699de6bc607457 (patch)
treeb4c10bdaef3b0add5002ae66a18bf0522808b889 /games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp
parentb3cb690e14030ee06d8e5d0737e621e0d8cebc83 (diff)
Diffstat (limited to 'games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp')
-rw-r--r--games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp b/games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp
deleted file mode 100644
index 32d8549ae89f..000000000000
--- a/games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- components/myguiplatform/scalinglayer.cpp.orig 2023-08-08 09:23:20 UTC
-+++ components/myguiplatform/scalinglayer.cpp
-@@ -126,8 +126,8 @@ namespace osgMyGUI
- {
- if (info->getName() == "Property")
- {
-- const std::string& key = info->findAttribute("key");
-- const std::string& value = info->findAttribute("value");
-+ const auto key = info->findAttribute("key");
-+ const auto value = info->findAttribute("value");
-
- if (key == "Size")
- {