From 6d3de94c3b3a537e62e768359369a23486ecd65b Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 4 Mar 2021 04:43:08 -0600 Subject: [PATCH] Remove dup'ed net event util --- scripts/native/gtac/client.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/native/gtac/client.js b/scripts/native/gtac/client.js index 08028334..16baf131 100644 --- a/scripts/native/gtac/client.js +++ b/scripts/native/gtac/client.js @@ -26,10 +26,4 @@ function receiveFromServer(eventName, handlerFunction) { addNetworkHandler(eventName, handlerFunction); } -// --------------------------------------------------------------------------- - -function listenFromServer(eventName, handlerFunction) { - addNetworkHandler(eventName, handlerFunction); -} - // --------------------------------------------------------------------------- \ No newline at end of file