forked from pool/cura-engine-lulzbot
fix
OBS-URL: https://build.opensuse.org/package/show/science/cura-engine-lulzbot?expand=0&rev=36
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
diff --git a/src/settings/SettingRegistry.cpp b/src/settings/SettingRegistry.cpp
|
||||
index 7c4be40d..cff696a6 100644
|
||||
--- a/src/settings/SettingRegistry.cpp
|
||||
+++ b/src/settings/SettingRegistry.cpp
|
||||
@@ -35,12 +35,6 @@ std::string SettingRegistry::toString(rapidjson::Type type)
|
||||
}
|
||||
|
||||
|
||||
-SettingConfig::SettingConfig(std::string key, std::string label)
|
||||
-: SettingContainer(key, label)
|
||||
-{
|
||||
-// std::cerr << key << std::endl; // debug output to show all frontend registered settings...
|
||||
-}
|
||||
-
|
||||
bool SettingRegistry::settingExists(std::string key) const
|
||||
{
|
||||
return setting_key_to_config.find(key) != setting_key_to_config.end();
|
Reference in New Issue
Block a user