1
0
Adrian Schröter 2018-09-25 16:34:54 +00:00 committed by Git OBS Bridge
parent b91269e9a6
commit aebb8697de
3 changed files with 1 additions and 19 deletions

View File

@ -3,6 +3,7 @@ Tue Sep 25 14:52:06 UTC 2018 - Adrian Schröter <adrian@suse.de>
- update to version 3.2.28
* version update only
* obsoletes fix-build.patch
-------------------------------------------------------------------
Mon Aug 6 07:04:14 UTC 2018 - adrian@suse.de

View File

@ -26,7 +26,6 @@ Conflicts: cura-engine
Url: https://code.alephobjects.com/diffusion/CTE/cura-engine.git
Source0: CuraEngine-%{version}.tar.xz
Source1: CuraEngine.1
Patch1: fix-build.patch
%if 0%{?suse_version} < 1500
BuildRequires: gcc6-c++
#!BuildIgnore: libgcc_s1
@ -45,7 +44,6 @@ This is the LulzBot variation of the engine.
%prep
%setup -q -n CuraEngine-%version
%patch1 -p1
%build
%if 0%{?suse_version} < 1500

View File

@ -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();