Remove now useless attribute

This commit is contained in:
Erwan MATHIEU 2024-09-25 16:52:51 +02:00
parent 9c5e763aaa
commit 3199437403

View file

@ -57,10 +57,6 @@ class CuraConan(ConanFile):
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