removed unused method

This commit is contained in:
Jakub Trllo 2022-06-29 14:14:21 +02:00
parent 929fe06127
commit ffb2a8c33a

View file

@ -7,10 +7,7 @@ import numbers
import six
from openpype.settings.lib import (
get_default_anatomy_settings,
get_anatomy_settings
)
from openpype.settings.lib import get_anatomy_settings
from openpype.lib.path_templates import (
TemplateUnsolved,
TemplateResult,
@ -90,16 +87,6 @@ class Anatomy:
def items(self):
return copy.deepcopy(self._data).items()
@staticmethod
def default_data():
"""Default project anatomy data.
Always return fresh loaded data. May be used as data for new project.
Not used inside Anatomy itself.
"""
return get_default_anatomy_settings(clear_metadata=False)
@staticmethod
def _prepare_anatomy_data(anatomy_data):
"""Prepare anatomy data for further processing.