]> git.sur5r.net Git - c128-kasse/blobdiff - src/globals.c
credit_manager: fix filter function
[c128-kasse] / src / globals.c
index 51533ead0c05098b36c20f033ec055517e8a702e..0443cbb93e43961a5520fb3905e05de4c848d4bf 100644 (file)
@@ -1,9 +1,2 @@
 #define IS_GLOBALS_C
 #include "globals.h"
-
-void init_globals(void) {
-  printing = 1;
-  /* initialize daytime global, start the CIA TOD */
-  set_time(0, 0, 0, 0);
-  return;
-}