diff options
Diffstat (limited to 'src/nexusinterface.h')
| -rw-r--r-- | src/nexusinterface.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h index c18c7103..c1f9da41 100644 --- a/src/nexusinterface.h +++ b/src/nexusinterface.h @@ -336,12 +336,6 @@ public: void setCacheDirectory(const QString &directory); /** - * MO has to send a "Nexus Client Vx.y.z" as part of the user agent to be allowed to use the API - * @param nmmVersion the version of nmm to impersonate - **/ - void setNMMVersion(const QString &nmmVersion); - - /** * @brief called when the log-in completes. This was, requests waiting for the log-in can be run */ void loginCompleted(); @@ -485,7 +479,6 @@ private: QQueue<NXMRequestInfo> m_RequestQueue; MOBase::VersionInfo m_MOVersion; - QString m_NMMVersion; PluginContainer *m_PluginContainer; |
