base: cleanup

This commit is contained in:
luboslenco
2026-05-01 21:06:35 +02:00
parent 552b57f994
commit df63e4f780
4 changed files with 1 additions and 29 deletions
-2
View File
@@ -1204,11 +1204,9 @@ void iron_internal_shutdown() {
iron_internal_shutdown_callback();
}
#ifndef IRON_NO_MAIN
int main(int argc, char **argv) {
return kickstart(argc, argv);
}
#endif
void iron_copy_to_clipboard(const char *text) {
size_t textLength = strlen(text);