From d05b05a0c4a4cbcf1f9e862604fb5a4e04fc47b8 Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 13 Nov 2018 16:40:09 +0300 Subject: [PATCH] * Useless callback removed --- Unity/Assets/Scripts/UnityMobileInput/MobileInput.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Unity/Assets/Scripts/UnityMobileInput/MobileInput.cs b/Unity/Assets/Scripts/UnityMobileInput/MobileInput.cs index d7c28ed..f6e3ad7 100644 --- a/Unity/Assets/Scripts/UnityMobileInput/MobileInput.cs +++ b/Unity/Assets/Scripts/UnityMobileInput/MobileInput.cs @@ -113,11 +113,6 @@ public class MobileInput : MonoBehaviour, IPlugin { /// private JsonObject _error; - /// - /// Callback cache - /// - private Action _callback; - /// /// MobileInput counter /// @@ -322,4 +317,4 @@ void OnApplicationFocus (bool focusStatus) { } -} \ No newline at end of file +}