Remove display-posterizing code. It's been dead 3 years.

Signed-off-by: John Hood <cgull@glup.org>
This commit is contained in:
John Hood
2015-06-21 17:34:42 -04:00
parent 81f21fc7ac
commit 551b77f27e
6 changed files with 1 additions and 86 deletions
-2
View File
@@ -187,8 +187,6 @@ static bool tick( Terminal::Framebuffer &state, Terminal::Framebuffer &new_frame
if ( (!initialized)
|| (diff >= 0.02) ) {
display.downgrade( new_frame );
std::string update = display.new_frame( initialized, state, new_frame );
swrite( STDOUT_FILENO, update.c_str() );
state = new_frame;