From ad621750ea51e0095dc5f46ddcb92a5d2a645ab7 Mon Sep 17 00:00:00 2001 From: David Kocik Date: Wed, 20 Nov 2024 10:23:23 +0100 Subject: [PATCH] delete old code --- src/slic3r/GUI/WebViewPanel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/slic3r/GUI/WebViewPanel.cpp b/src/slic3r/GUI/WebViewPanel.cpp index 93393713eb..e2242fc395 100644 --- a/src/slic3r/GUI/WebViewPanel.cpp +++ b/src/slic3r/GUI/WebViewPanel.cpp @@ -1436,8 +1436,6 @@ void PrintablesWebViewPanel::show_download_notification(const std::string& filen // Then inside javascript decodes it. const std::string message_filename = Http::url_encode(GUI::format(_u8L("Downloading %1%"),filename)); const std::string message_dest = Http::url_encode(GUI::format(_u8L("To %1%"), wxGetApp().app_config->get("url_downloader_dest"))); - //std::string message_filename = GUI::format(_u8L("Downloading %1%"),filename); - //std::string message_dest = GUI::format(_u8L("To %1%"), escape_string_cstyle(wxGetApp().app_config->get("url_downloader_dest"))); std::string script = GUI::format(R"( function removeNotification() { const notifDiv = document.getElementById('slicer-notification');