unused variable removed

This commit is contained in:
d1str4ught
2025-08-23 03:41:29 +02:00
parent fd520d3dc6
commit da4b83f27b

View File

@@ -27,9 +27,6 @@ void CPythonApplication::ShowWebPage(const char* c_szURL, const RECT& c_rcWebPag
{
SetCursorMode(CURSOR_MODE_HARDWARE);
PWSTR path_tmp;
SHGetKnownFolderPath(FOLDERID_RoamingAppData, 0, nullptr, &path_tmp);
std::filesystem::path tempPath = std::filesystem::temp_directory_path();
tempPath /= "Metin2";
tempPath /= "WebCache";