diff options
Diffstat (limited to 'mp/src/public/filesystem_init.h')
| -rw-r--r-- | mp/src/public/filesystem_init.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mp/src/public/filesystem_init.h b/mp/src/public/filesystem_init.h index d95e7c3a..9274a5cb 100644 --- a/mp/src/public/filesystem_init.h +++ b/mp/src/public/filesystem_init.h @@ -209,11 +209,6 @@ void FileSystem_ClearSteamEnvVars(); // Find the steam.cfg above you for optional stuff FSReturnCode_t GetSteamCfgPath( char *steamCfgPath, int steamCfgPathLen ); -// Setup the Steam.dll path without needing all the extra gameinfo stuff first -// used by the CSteamApplication::Create() code to LoadModule() on the filesystem -// before the underlying apps know specific details about the environment to load -FSReturnCode_t FileSystem_SetupSteamInstallPath(); - // Returns the last error. const char *FileSystem_GetLastErrorString(); |