Column: Phasing out text.cpp/nontrivial()

This commit is contained in:
Paul Beckingham 2015-11-01 16:48:34 -05:00
parent b5c4bf0a6d
commit 78b8fc5dc7

View file

@ -223,7 +223,7 @@ void Column::renderHeader (
Color& color)
{
if (context.verbose ("label") &&
nontrivial (_label))
_label != "")
{
// Create a basic label.
std::string header;