Removed dead donations code

This commit is contained in:
Anuken
2019-04-01 18:51:49 -04:00
parent be60a367e8
commit fa22b0ec12
3 changed files with 8 additions and 15 deletions

View File

@@ -37,10 +37,6 @@ public abstract class Platform {
}
/**Update discord RPC.*/
public void updateRPC(){}
/**Open donation dialog. Currently android only.*/
public void openDonations(){
}
/**Whether donating is supported.*/
public boolean canDonate(){
return false;