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
@@ -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;