Remove display-posterizing code. It's been dead 3 years.
Signed-off-by: John Hood <cgull@glup.org>
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user