Remove unneeded variable
This commit is contained in:
parent
e36bf748cc
commit
b4e61678a4
2 changed files with 0 additions and 4 deletions
|
@ -24,7 +24,6 @@
|
|||
|
||||
DeviceLink::DeviceLink(const QString& deviceId, LinkProvider* parent)
|
||||
: QObject(parent)
|
||||
, m_privateKey(KdeConnectConfig::instance()->privateKey())
|
||||
, m_deviceId(deviceId)
|
||||
, m_linkProvider(parent)
|
||||
, m_pairStatus(NotPaired)
|
||||
|
|
|
@ -67,9 +67,6 @@ Q_SIGNALS:
|
|||
void pairingError(const QString& error);
|
||||
void receivedPacket(const NetworkPacket& np);
|
||||
|
||||
protected:
|
||||
QCA::PrivateKey m_privateKey;
|
||||
|
||||
private:
|
||||
const QString m_deviceId;
|
||||
LinkProvider* m_linkProvider;
|
||||
|
|
Loading…
Reference in a new issue