Removed unused

This commit is contained in:
Garry Newman 2020-02-19 13:57:26 +00:00
parent 3f88106c0b
commit 19faf2f7dd

View File

@ -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
}
}
}