mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-19 02:22:39 +00:00
Withdrew now-unused and never-implemented API from TimedEventLoop, and the redundant track time count from DiskController.
This commit is contained in:
@@ -35,11 +35,6 @@ void TimedEventLoop::reset_timer()
|
||||
cycles_until_event_ = 0;
|
||||
}
|
||||
|
||||
void TimedEventLoop::reset_timer_to_offset(Time offset)
|
||||
{
|
||||
// TODO: apply
|
||||
}
|
||||
|
||||
void TimedEventLoop::jump_to_next_event()
|
||||
{
|
||||
reset_timer();
|
||||
|
||||
Reference in New Issue
Block a user