mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Remove unused function
Contributes to issue CURA-4243.
This commit is contained in:
parent
f9c59c7e1e
commit
d29d73413f
1 changed files with 0 additions and 8 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue