Revert "Merge pull request #4568 from deathbeam/proper-shutdown"

This reverts commit 8d53997685, reversing
changes made to 4f548e835c.

This is crashing on shutdown.
This commit is contained in:
Adam
2018-08-30 06:46:26 -04:00
parent 8d53997685
commit 417c19e209
5 changed files with 0 additions and 47 deletions

View File

@@ -32,7 +32,4 @@ public interface RSGameEngine extends GameEngine
{
@Import("canvas")
Canvas getCanvas();
@Import("shutDown")
void shutDown();
}