mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 12:01:43 +00:00
remove lingering comments
This commit is contained in:
parent
a18a53abb8
commit
f371bd0350
2 changed files with 0 additions and 2 deletions
|
|
@ -606,7 +606,6 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
// initialize terminal
|
||||
terminal_init();
|
||||
//init_thread_handle(&gTerminalThread, terminal_update, NULL, NULL, 0);
|
||||
|
||||
// main loop
|
||||
while (true) {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
extern struct ThreadHandle gTerminalThread;
|
||||
|
||||
void log_to_terminal(const char* fmt, ...);
|
||||
//void* terminal_update(UNUSED void* dummy);
|
||||
void terminal_init();
|
||||
void terminal_update();
|
||||
void terminal_clear();
|
||||
Loading…
Add table
Reference in a new issue