diff --git a/Facepunch.Steamworks/Utility/Platform.cs b/Facepunch.Steamworks/Utility/Platform.cs index 8face1c..1dec3f1 100644 --- a/Facepunch.Steamworks/Utility/Platform.cs +++ b/Facepunch.Steamworks/Utility/Platform.cs @@ -29,16 +29,5 @@ internal static class Platform #endif public const int StructPackSize = 4; - - - - public static int MemoryOffset( int memLocation ) - { -#if PLATFORM_64 - return memLocation; -#else - return memLocation / 2; -#endif - } } }