mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Remove commented code
Oops, forgot about this one.
This commit is contained in:
parent
f9bee9ad3e
commit
77566180f1
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ class PostProcessingPlugin(QObject, Extension):
|
|||
Application.getInstance().getOutputDeviceManager().writeStarted.connect(self.execute)
|
||||
Application.getInstance().globalContainerStackChanged.connect(self._onGlobalContainerStackChanged) #When the current printer changes, update the list of scripts.
|
||||
Application.getInstance().mainWindowChanged.connect(self._createView) #When the main window is created, create the view so that we can display the post-processing icon if necessary.
|
||||
#self.scriptListChanged.connect(self.writeScriptsToStack) #Whenever there is a change, save it into the stack.
|
||||
|
||||
selectedIndexChanged = pyqtSignal()
|
||||
@pyqtProperty("QVariant", notify = selectedIndexChanged)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue