Browse Source

Remove unused function

Contributes to issue CURA-4243.
Ruben D 7 years ago
parent
commit
d29d73413f
1 changed files with 0 additions and 8 deletions
  1. 0 8
      cura/Settings/ContainerManager.py

+ 0 - 8
cura/Settings/ContainerManager.py

@@ -954,14 +954,6 @@ class ContainerManager(QObject):
             name_filter = "{0} ({1})".format(mime_type.comment, suffix_list)
             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.
     #
     #   This method creates a unique ID for a container by prefixing it with a specified stack ID.