mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-19 23:29:05 +00:00
Removes empty printf.
This commit is contained in:
parent
1aacf437b5
commit
aebe8a64a2
@ -85,8 +85,6 @@ void VideoBase::setup_tables() {
|
||||
right_entry[0] = static_cast<uint8_t>(pattern >> 14);
|
||||
right_entry[1] = static_cast<uint8_t>(pattern >> 21);
|
||||
}
|
||||
|
||||
printf("");
|
||||
}
|
||||
|
||||
void VideoBase::set_graphics_mode() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user