mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Remove superfluous return statement
This commit is contained in:
parent
49bdb78219
commit
e571b8aeac
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue