mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Remove unused function checkConnectionType()
CURA-6011
This commit is contained in:
parent
6bf39a32a9
commit
0aa49270eb
1 changed files with 0 additions and 3 deletions
|
@ -126,9 +126,6 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
||||||
self._connection_state = connection_state
|
self._connection_state = connection_state
|
||||||
self.connectionStateChanged.emit(self._id)
|
self.connectionStateChanged.emit(self._id)
|
||||||
|
|
||||||
def checkConnectionType(self, connection_type: ConnectionType) -> bool:
|
|
||||||
return connection_type == self._connection_type
|
|
||||||
|
|
||||||
def getConnectionType(self) -> ConnectionType:
|
def getConnectionType(self) -> ConnectionType:
|
||||||
return self._connection_type
|
return self._connection_type
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue