Remove System_SendMessage!

iOS, Qt buildfixes
This commit is contained in:
Henrik Rydgård 2023-03-22 23:25:00 +01:00
parent 4c99712b60
commit b440e28e38
16 changed files with 29 additions and 39 deletions

View file

@ -1875,7 +1875,6 @@ void System_Notify(SystemNotification notification) {
}
}
bool System_MakeRequest(SystemRequestType type, int requestId, const std::string &param1, const std::string &param2, int param3) { return false; }
void System_SendMessage(const char *command, const char *parameter) {}
void NativeUpdate() {}
void NativeRender(GraphicsContext *graphicsContext) {}
void NativeResized() {}