Skip to content

Commit

Permalink
* Useless callback removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mopsicus authored Nov 13, 2018
1 parent 6782ab2 commit d05b05a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Unity/Assets/Scripts/UnityMobileInput/MobileInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ public class MobileInput : MonoBehaviour, IPlugin {
/// </summary>
private JsonObject _error;

/// <summary>
/// Callback cache
/// </summary>
private Action _callback;

/// <summary>
/// MobileInput counter
/// </summary>
Expand Down Expand Up @@ -322,4 +317,4 @@ void OnApplicationFocus (bool focusStatus) {

}

}
}

0 comments on commit d05b05a

Please sign in to comment.