From 19faf2f7ddae5ed17766ec4f724af667439cb939 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Wed, 19 Feb 2020 13:57:26 +0000 Subject: [PATCH] Removed unused --- Facepunch.Steamworks/Utility/Platform.cs | 11 ----------- 1 file changed, 11 deletions(-) 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 - } } }