From 8746ad96234335c0a6aee980321bd433d3dd5e29 Mon Sep 17 00:00:00 2001 From: pelya Date: Fri, 1 Jan 2021 01:48:37 +0200 Subject: [PATCH] SDL: updated Google Play Games API wrapper code --- project/java/googleplaygameservices/GameHelperUtils.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/java/googleplaygameservices/GameHelperUtils.java b/project/java/googleplaygameservices/GameHelperUtils.java index 703569de3..220731572 100644 --- a/project/java/googleplaygameservices/GameHelperUtils.java +++ b/project/java/googleplaygameservices/GameHelperUtils.java @@ -42,8 +42,6 @@ class GameHelperUtils { return "RESULT_CANCELED"; case GamesActivityResultCodes.RESULT_APP_MISCONFIGURED: return "RESULT_APP_MISCONFIGURED"; - case GamesActivityResultCodes.RESULT_LEFT_ROOM: - return "RESULT_LEFT_ROOM"; case GamesActivityResultCodes.RESULT_LICENSE_FAILED: return "RESULT_LICENSE_FAILED"; case GamesActivityResultCodes.RESULT_RECONNECT_REQUIRED: