v0.2.3: removed unused references to Original PD donations

This commit is contained in:
Evan Debenham 2014-12-16 22:47:28 -05:00
parent a2df87e611
commit 6bdbe83b0a
3 changed files with 0 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -202,14 +202,6 @@ public class ShatteredPixelDungeon extends Game {
return Preferences.INSTANCE.getBoolean( Preferences.KEY_BRIGHTNESS, false );
}
public static void donated( String value ) {
Preferences.INSTANCE.put( Preferences.KEY_DONATED, value );
}
public static String donated() {
return Preferences.INSTANCE.getString( Preferences.KEY_DONATED, "" );
}
public static void lastClass( int value ) {
Preferences.INSTANCE.put( Preferences.KEY_LAST_CLASS, value );
}

View File

@ -41,8 +41,6 @@ public enum Icons {
DEPTH,
SLEEP,
ALERT,
SUPPORT,
SUPPORTED,
BACKPACK,
SEED_POUCH,
SCROLL_HOLDER,
@ -114,12 +112,6 @@ public enum Icons {
case ALERT:
icon.frame( icon.texture.uvRect( 22, 45, 30, 53 ) );
break;
case SUPPORT:
icon.frame( icon.texture.uvRect( 30, 45, 46, 61 ) );
break;
case SUPPORTED:
icon.frame( icon.texture.uvRect( 46, 45, 62, 61 ) );
break;
case BACKPACK:
icon.frame( icon.texture.uvRect( 58, 0, 68, 10 ) );
break;