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/settings.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/settings.h')
| -rw-r--r-- | src/settings.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/settings.h b/src/settings.h index 2cd3f0b6..3744a493 100644 --- a/src/settings.h +++ b/src/settings.h @@ -153,11 +153,6 @@ public: QString getModDirectory(bool resolve = true) const; /** - * returns the version of nmm to impersonate when connecting to nexus - **/ - QString getNMMVersion() const; - - /** * retrieve the directory where the web cache is stored (with native separators) **/ QString getCacheDirectory(bool resolve = true) const; @@ -525,7 +520,6 @@ private: private: QLineEdit *m_appIDEdit; QComboBox *m_mechanismBox; - QLineEdit *m_nmmVersionEdit; QCheckBox *m_hideUncheckedBox; QCheckBox *m_forceEnableBox; QCheckBox *m_displayForeignBox; |
