From e4cbe92428673285fa56a01556b940f44431054f Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 11 Aug 2020 19:20:45 +0200 Subject: [PATCH] remove dead code --- dotdrop/cfg_yaml.py | 8 -------- 1 file changed, 8 deletions(-) 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: