diff --git a/dotdrop/cfg_yaml.py b/dotdrop/cfg_yaml.py index fc49647..df31162 100644 --- a/dotdrop/cfg_yaml.py +++ b/dotdrop/cfg_yaml.py @@ -1274,14 +1274,6 @@ class CfgYaml: err += ' Please update.' raise YamlException(err) - def _profile_yes(self, profile): - """returns True if the profile is to be considered""" - if profile == self._profile: - return True - if profile in self._inc_profiles: - return True - return False - def _debug_entries(self): """debug print all interesting entries""" if not self._debug: