Color: Removed obsolete methods

This commit is contained in:
Paul Beckingham
2016-01-09 22:29:07 -05:00
parent da96962b00
commit 15e96eb02f
2 changed files with 0 additions and 16 deletions

View File

@@ -289,20 +289,6 @@ Color::Color (color_id fg, color_id bg, bool underline, bool bold, bool bright)
}
}
////////////////////////////////////////////////////////////////////////////////
Color::~Color ()
{
}
////////////////////////////////////////////////////////////////////////////////
Color& Color::operator= (const Color& other)
{
if (this != &other)
_value = other._value;
return *this;
}
////////////////////////////////////////////////////////////////////////////////
Color::operator std::string () const
{