From 6dcb08594ea68813e2329fc70146ed4815c52285 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 30 Sep 2013 07:08:42 -0700 Subject: [PATCH] remove unused strings --- xwords4/android/XWords4/res/values/common_rsrc.xml | 3 --- .../XWords4/src/org/eehouse/android/xw4/RelayService.java | 1 - 2 files changed, 4 deletions(-) diff --git a/xwords4/android/XWords4/res/values/common_rsrc.xml b/xwords4/android/XWords4/res/values/common_rsrc.xml index 081188b81..59c42355f 100644 --- a/xwords4/android/XWords4/res/values/common_rsrc.xml +++ b/xwords4/android/XWords4/res/values/common_rsrc.xml @@ -132,9 +132,6 @@ %1$s/%2$s Write DB to SD card Load DB from SD card - New/Experimental relay connection - Ignore GCM notices - (for testing relay proxy) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java index ed24ec529..b78b3141e 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java @@ -62,7 +62,6 @@ public class RelayService extends XWService private static final String CMD_STR = "CMD"; - // These should be enums private static enum MsgCmds { INVALID , PROCESS_GAME_MSGS , PROCESS_DEV_MSGS