mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 00:09:02 +08:00
Remove unused parameter
Contributes to issue CURA-4557.
This commit is contained in:
parent
f5c1e59166
commit
987b475e3b
@ -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…
x
Reference in New Issue
Block a user