diff options
Diffstat (limited to 'src/nxmaccessmanager.h')
| -rw-r--r-- | src/nxmaccessmanager.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nxmaccessmanager.h b/src/nxmaccessmanager.h index 2a016cad..82bd2bd5 100644 --- a/src/nxmaccessmanager.h +++ b/src/nxmaccessmanager.h @@ -85,10 +85,6 @@ private slots: void loginError(QNetworkReply::NetworkError errorCode);
void loginTimeout();
-public:
- //This would be a slot but the NexusInterface code calls this
- void managedGameChanged(MOBase::IPluginGame const *game);
-
protected:
virtual QNetworkReply *createRequest(
@@ -130,8 +126,6 @@ private: LOGIN_VALID
} m_LoginState = LOGIN_NOT_CHECKED;
- MOBase::IPluginGame const *m_Game;
-
};
#endif // NXMACCESSMANAGER_H
|
