summaryrefslogtreecommitdiff
path: root/src/shared/fallout3info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/fallout3info.h')
-rw-r--r--src/shared/fallout3info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/fallout3info.h b/src/shared/fallout3info.h
index ed130e53..3688bc2e 100644
--- a/src/shared/fallout3info.h
+++ b/src/shared/fallout3info.h
@@ -52,8 +52,6 @@ public:
virtual std::wstring getNexusPage(bool nmmScheme = true);
static std::wstring getNexusInfoUrlStatic();
virtual std::wstring getNexusInfoUrl() { return getNexusInfoUrlStatic(); }
- static int getNexusModIDStatic();
- virtual int getNexusModID() { return getNexusModIDStatic(); }
virtual int getNexusGameID() { return 120; }
virtual bool rerouteToProfile(const wchar_t *fileName, const wchar_t *fullPath);