Skip to content

Commit

Permalink
refactor: remove unused check callback function
Browse files Browse the repository at this point in the history
  • Loading branch information
aarijimam committed Nov 21, 2024
1 parent 7f6d0a1 commit 5c6ec3e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Assets/PlayroomKit/modules/Helpers/CallbackManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ public static void InvokeCallback(string key, params string[] args)
}
}

public static bool CheckCallback(string key)
{
return callbacks.TryGetValue(key, out Delegate callback);
}


private static string GenerateKey()
{
return Guid.NewGuid().ToString();
Expand Down

0 comments on commit 5c6ec3e

Please sign in to comment.