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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/skyriminfo.h b/src/shared/skyriminfo.h
index a7aff8dc..ad6ab95d 100644
--- a/src/shared/skyriminfo.h
+++ b/src/shared/skyriminfo.h
@@ -94,7 +94,7 @@ public:
// get a list of executables (game binary and known-to-work 3rd party tools). All of these are relative to
// the game directory
- virtual std::vector<ExecutableInfo> getExecutables();
+ //virtual std::vector<ExecutableInfo> getExecutables();
virtual std::wstring archiveListKey() { return L"SResourceArchiveList"; }