mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Remove now useless attribute
This commit is contained in:
parent
9c5e763aaa
commit
3199437403
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue