Remove unused function

Contributes to issue CURA-4243.
This commit is contained in:
Ruben D 2017-11-30 01:11:10 +01:00
parent f9c59c7e1e
commit d29d73413f
No known key found for this signature in database
GPG key ID: 6B42C9465E304A62

View file

@ -954,14 +954,6 @@ class ContainerManager(QObject):
name_filter = "{0} ({1})".format(mime_type.comment, suffix_list) name_filter = "{0} ({1})".format(mime_type.comment, suffix_list)
self._container_name_filters[name_filter] = entry self._container_name_filters[name_filter] = entry
## Get containers filtered by machine type and material if required.
#
# \param kwargs Initial search criteria that the containers need to match.
#
# \return A list of containers matching the search criteria.
def _getFilteredContainers(self, **kwargs):
return QualityManager.getInstance()._getFilteredContainers(**kwargs)
## Creates a unique ID for a container by prefixing the name with the stack ID. ## Creates a unique ID for a container by prefixing the name with the stack ID.
# #
# This method creates a unique ID for a container by prefixing it with a specified stack ID. # This method creates a unique ID for a container by prefixing it with a specified stack ID.