refactor: remove more dead code

This commit is contained in:
TopchetoEU 2023-12-27 20:18:23 +02:00
parent d6ee59363f
commit c36a0db860
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4

View File

@ -1,6 +0,0 @@
package me.topchetoeu.jscript;
public interface MessageReceiver {
void sendMessage(String msg);
void sendError(String msg);
}