summaryrefslogtreecommitdiff
path: root/src/nexusinterface.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-02-22 04:33:21 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-02-22 04:33:21 -0600
commitef80a8bacaab525be21b9beae4992955f5e907d0 (patch)
tree4993c2781f06421b7664633536f8b78612f18dac /src/nexusinterface.h
parent0798e102ba360260ec281a0aeee1938d212d8428 (diff)
Remove the spoofed NMM version
The new API does not require this and it serves no purpose to keep it.
Diffstat (limited to 'src/nexusinterface.h')
-rw-r--r--src/nexusinterface.h7
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;