mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -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):
|
def _i18n_options(self):
|
||||||
return self.conf.get("user.i18n:options", default = {"extract": True, "build": True}, check_type = dict)
|
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.
|
# FIXME: These env vars should be defined in the runenv.
|
||||||
_cura_env = None
|
_cura_env = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue