diff --git a/src/Gui/PreferencePackTemplates/Path_Colors.cfg b/src/Gui/PreferencePackTemplates/Path_Colors.cfg index 7afb818a36..0f2054911d 100644 --- a/src/Gui/PreferencePackTemplates/Path_Colors.cfg +++ b/src/Gui/PreferencePackTemplates/Path_Colors.cfg @@ -8,7 +8,6 @@ - diff --git a/src/Gui/PreferencePacks/FreeCAD Classic Colors/FreeCAD Classic Colors.cfg b/src/Gui/PreferencePacks/FreeCAD Classic Colors/FreeCAD Classic Colors.cfg index 969289ae8e..3b8c7de79b 100644 --- a/src/Gui/PreferencePacks/FreeCAD Classic Colors/FreeCAD Classic Colors.cfg +++ b/src/Gui/PreferencePacks/FreeCAD Classic Colors/FreeCAD Classic Colors.cfg @@ -30,7 +30,6 @@ - diff --git a/src/Mod/Path/Gui/DlgSettingsPathColor.cpp b/src/Mod/Path/Gui/DlgSettingsPathColor.cpp index ddf1fdd6bb..deacfed191 100644 --- a/src/Mod/Path/Gui/DlgSettingsPathColor.cpp +++ b/src/Mod/Path/Gui/DlgSettingsPathColor.cpp @@ -56,7 +56,6 @@ void DlgSettingsPathColor::saveSettings() ui->DefaultRapidPathColor->onSave(); ui->DefaultPathLineWidth->onSave(); ui->DefaultPathMarkerColor->onSave(); - ui->DefaultExtentsColor->onSave(); ui->DefaultProbePathColor->onSave(); ui->DefaultHighlightPathColor->onSave(); ui->DefaultBBoxSelectionColor->onSave(); @@ -72,7 +71,6 @@ void DlgSettingsPathColor::loadSettings() ui->DefaultRapidPathColor->onRestore(); ui->DefaultPathLineWidth->onRestore(); ui->DefaultPathMarkerColor->onRestore(); - ui->DefaultExtentsColor->onRestore(); ui->DefaultProbePathColor->onRestore(); ui->DefaultHighlightPathColor->onRestore(); ui->DefaultBBoxSelectionColor->onRestore();