Skip to content

Commit

Permalink
Remove now useless attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 25, 2024
1 parent 9c5e763 commit 3199437
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3199437

Please sign in to comment.