From 1bc373f10e141bb8dbf9a9c834e0b2f218cd249a Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Thu, 12 Dec 2024 21:08:16 +0800 Subject: [PATCH] FIX: fix build error jira: none Change-Id: Ie732916565536fc86b8dbf19b24ea99541f54772 (cherry picked from commit 7cc564fcc9cdd659c2d2eff7b9e56a8f9bf25b7f) --- src/slic3r/GUI/DeviceManager.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/DeviceManager.hpp b/src/slic3r/GUI/DeviceManager.hpp index 19a63b1c51..56ee0e5b32 100644 --- a/src/slic3r/GUI/DeviceManager.hpp +++ b/src/slic3r/GUI/DeviceManager.hpp @@ -1317,7 +1317,6 @@ public: static std::string get_ftp_folder(std::string type_str); static bool get_printer_is_enclosed(std::string type_str); static bool load_filaments_blacklist_config(); - static void check_filaments_in_blacklist(std::string tag_vendor, std::string tag_type, bool& in_blacklist, std::string& ac, std::string& info); static std::vector get_resolution_supported(std::string type_str); static std::vector get_compatible_machine(std::string type_str); static void check_filaments_in_blacklist(std::string tag_vendor, std::string tag_type, int ams_id, bool &in_blacklist, std::string &ac, std::string &info);