From 5adb4810d4ec3fecb218e4fe7e0c5ee35cd9a62a Mon Sep 17 00:00:00 2001 From: dhewg Date: Tue, 3 Jul 2012 23:17:44 +0200 Subject: [PATCH] Remove UpdateGamePakChecksums() Not required anymore. --- framework/FileSystem.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/FileSystem.h b/framework/FileSystem.h index a6bb0a8..aa19c21 100644 --- a/framework/FileSystem.h +++ b/framework/FileSystem.h @@ -194,8 +194,6 @@ public: // Returns a space separated string containing the checksums of all referenced pak files. // will call SetPureServerChecksums internally to restrict itself virtual void UpdatePureServerChecksums( void ) = 0; - // setup the mapping of OS -> game pak checksum - virtual bool UpdateGamePakChecksums( void ) = 0; // 0-terminated list of pak checksums // if pureChecksums[ 0 ] == 0, all data sources will be allowed // otherwise, only pak files that match one of the checksums will be checked for files