From d1369f1aaa4c6bc4131c6ca30c30fef47a22c71c Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Mon, 18 Aug 2025 18:40:13 +0100 Subject: [PATCH] Fix merge error from 985e0994d906e6cad669d1897be61069ff34364d --- project/src/backend/sdl/SDLSystem.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/project/src/backend/sdl/SDLSystem.cpp b/project/src/backend/sdl/SDLSystem.cpp index 70219b1bf..8b76afbae 100644 --- a/project/src/backend/sdl/SDLSystem.cpp +++ b/project/src/backend/sdl/SDLSystem.cpp @@ -166,10 +166,6 @@ namespace lime { } - std::string path = std::string (home) + std::string ("/Desktop"); - wstring_convert converter; - result = new std::wstring (converter.from_bytes(path)); - #endif break;