More cleanup

This commit is contained in:
Anuken
2019-09-07 12:10:26 -04:00
parent 168011586b
commit 06e6deae42
3 changed files with 7 additions and 33 deletions

View File

@@ -36,11 +36,6 @@ public interface Platform{
});
}
/** Request external read/write perms. Run callback when complete.*/
default void requestExternalPerms(Runnable callback){
callback.run();
}
/** Update discord RPC. */
default void updateRPC(){
}