Revert "Add support for disposing GUIs"

This reverts commit 9bc79e940e.
This commit is contained in:
2021-04-09 23:10:30 +02:00
parent 9bc79e940e
commit 1b9641862b
2 changed files with 5 additions and 16 deletions

View File

@@ -47,8 +47,6 @@ public interface Context extends Updatable, Renderable, Disposable {
GUI newGUI();
void disposeGUI(GUI gui);
Sound createSound(String soundUid);
void withDatabase(UncheckedConsumer<Connection, SQLException> consumer);