1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00

Removes empty printf.

This commit is contained in:
Thomas Harte 2018-04-20 10:58:23 -04:00
parent 1aacf437b5
commit aebe8a64a2

View File

@ -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() {