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: