mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
remove unused strings
This commit is contained in:
parent
f3e41486ca
commit
6dcb08594e
2 changed files with 0 additions and 4 deletions
|
@ -132,9 +132,6 @@
|
|||
<string name="name_dict_fmt">%1$s/%2$s</string>
|
||||
<string name="gamel_menu_storedb">Write DB to SD card</string>
|
||||
<string name="gamel_menu_loaddb">Load DB from SD card</string>
|
||||
<string name="udp_relay">New/Experimental relay connection</string>
|
||||
<string name="drop_gcm_title">Ignore GCM notices</string>
|
||||
<string name="drop_gcm_summary">(for testing relay proxy)</string>
|
||||
|
||||
<!--string name="dict_url">http://10.0.2.2/~eehouse/and_dicts</string-->
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue