ViewText: Dead code removal
This commit is contained in:
@@ -91,17 +91,6 @@ void ViewText::set (int row, int col, int value, Color color)
|
||||
_color[row][col] = color;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void ViewText::set (int row, int col, float value, int width, int precision, Color color)
|
||||
{
|
||||
std::string string_value = format ((float)value, width, precision);
|
||||
_data[row][col] = string_value;
|
||||
|
||||
if (color.nontrivial () &&
|
||||
context.color ())
|
||||
_color[row][col] = color;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void ViewText::set (int row, int col, Color color)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user