diff --git a/conanfile.py b/conanfile.py index d554850a491..ee367a2c52c 100644 --- a/conanfile.py +++ b/conanfile.py @@ -57,10 +57,6 @@ def set_version(self): def _i18n_options(self): return self.conf.get("user.i18n:options", default = {"extract": True, "build": True}, check_type = dict) - @property - def _pycharm_targets(self): - return self.conan_data["pycharm_targets"] - # FIXME: These env vars should be defined in the runenv. _cura_env = None