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
-4
View File
@@ -68,8 +68,6 @@ namespace Terminal {
void set_rendition( color_type num );
std::string sgr( void ) const;
void posterize( void );
bool operator==( const Renditions &x ) const
{
return ( attributes == x.attributes )
@@ -428,8 +426,6 @@ namespace Terminal {
void reset_cell( Cell *c ) { c->reset( ds.get_background_rendition() ); }
void reset_row( Row *r ) { r->reset( ds.get_background_rendition() ); }
void posterize( void );
void ring_bell( void ) { bell_count++; }
unsigned int get_bell_count( void ) const { return bell_count; }