diff options
Diffstat (limited to 'backends/dc/dcmain.cpp')
-rw-r--r-- | backends/dc/dcmain.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp index d576701cbb..78768a79d2 100644 --- a/backends/dc/dcmain.cpp +++ b/backends/dc/dcmain.cpp @@ -122,10 +122,6 @@ void *OSystem_Dreamcast::create_thread(ThreadProc *proc, void *param) { warning("Creating a thread! (not supported.)\n"); } -void OSystem_Dreamcast::set_timer(int timer, int (*callback)(int)) -{ - warning("Setting a timer! (not supported.)\n"); -} /* Mutex handling */ void *OSystem_Dreamcast::create_mutex(void) |