summaryrefslogtreecommitdiff
path: root/src/shared/skyriminfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/skyriminfo.h')
-rw-r--r--src/shared/skyriminfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/skyriminfo.h b/src/shared/skyriminfo.h
index 65977a69..f26cd065 100644
--- a/src/shared/skyriminfo.h
+++ b/src/shared/skyriminfo.h
@@ -37,7 +37,6 @@ public:
static std::wstring getRegPathStatic();
virtual std::wstring getRegPath() { return getRegPathStatic(); }
- virtual std::wstring getBinaryName() { return L"TESV.exe"; }
virtual GameInfo::Type getType() { return TYPE_SKYRIM; }