mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove unused parameter
Contributes to issue CURA-4557.
This commit is contained in:
parent
f5c1e59166
commit
987b475e3b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class ModelChecker(QObject, Extension):
|
|||
|
||||
Logger.log("d", "Model checker view created.")
|
||||
|
||||
def _onChanged(self, *args):
|
||||
def _onChanged(self):
|
||||
if self._button_view is None:
|
||||
self._createView()
|
||||
old_need_checks = self._need_checks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue