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