HotkeyListener: make the project compile

This commit is contained in:
SRLJustin
2022-02-08 11:00:34 +11:00
parent e870559388
commit d017f869c5

View File

@@ -101,7 +101,4 @@ public abstract class HotkeyListener implements KeyListener
{ {
} }
public void hotkeyReleased()
{
}
} }