diff --git a/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Source/GKLocalPlayer.cs b/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Source/GKLocalPlayer.cs index 092ace61..36d0c7d5 100644 --- a/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Source/GKLocalPlayer.cs +++ b/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Source/GKLocalPlayer.cs @@ -473,8 +473,6 @@ private static class Interop public static extern void GKLocalPlayer_LoadDefaultLeaderboardIdentifier(IntPtr pointer, long taskId, SuccessTaskCallback onSuccess, NSErrorTaskCallback onError); [DllImport(InteropUtility.DLLName)] public static extern void GKLocalPlayer_SetDefaultLeaderboardIdentifier(IntPtr pointer, long taskId, IntPtr identifierPtr, SuccessTaskCallback onSuccess, NSErrorTaskCallback onError); - [DllImport(InteropUtility.DLLName)] - public static extern void GKLocalPlayer_RegisterLocalPlayerListener(); #if !UNITY_TVOS [DllImport(InteropUtility.DLLName)] public static extern void GKLocalPlayer_SaveGameData(IntPtr pointer, long taskId, IntPtr nsDataPtr, string name, SuccessTaskCallback onSuccess, NSErrorTaskCallback onError);