diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-02-22 04:33:21 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-02-22 04:33:21 -0600 |
| commit | ef80a8bacaab525be21b9beae4992955f5e907d0 (patch) | |
| tree | 4993c2781f06421b7664633536f8b78612f18dac /src/nxmaccessmanager.h | |
| parent | 0798e102ba360260ec281a0aeee1938d212d8428 (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/nxmaccessmanager.h')
| -rw-r--r-- | src/nxmaccessmanager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nxmaccessmanager.h b/src/nxmaccessmanager.h index 7fdb508f..da7736cc 100644 --- a/src/nxmaccessmanager.h +++ b/src/nxmaccessmanager.h @@ -41,8 +41,6 @@ public: ~NXMAccessManager(); - void setNMMVersion(const QString &nmmVersion); - bool validated() const; bool validateAttempted() const; @@ -101,7 +99,6 @@ private: QProgressDialog *m_ProgressDialog { nullptr }; QString m_MOVersion; - QString m_NMMVersion; QString m_ApiKey; |
