mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Remove unused function
CURA-9224
This commit is contained in:
parent
8dc2eaf783
commit
356da40dde
1 changed files with 0 additions and 4 deletions
|
@ -181,10 +181,6 @@ class UFPWriter(MeshWriter):
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def _writePluginMetadataToArchive() -> None:
|
|
||||||
pass
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _writeObjectList(archive):
|
def _writeObjectList(archive):
|
||||||
"""Write a json list of object names to the METADATA_OBJECTS_PATH metadata field
|
"""Write a json list of object names to the METADATA_OBJECTS_PATH metadata field
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue