mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:39:00 +08:00
Remove superfluous return statement
This commit is contained in:
parent
49bdb78219
commit
e571b8aeac
@ -54,7 +54,6 @@ class CuraActions(QObject):
|
||||
def multiplySelection(self, count: int) -> None:
|
||||
job = MultiplyObjectsJob(Selection.getAllSelectedObjects(), count, 8)
|
||||
job.start()
|
||||
return
|
||||
|
||||
## Delete all selected objects.
|
||||
@pyqtSlot()
|
||||
|
Loading…
x
Reference in New Issue
Block a user