mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Color: Removed FEATURE_COLOR conditional compile
- No need any more.
This commit is contained in:
parent
b04032c9d6
commit
f55afe33d7
5 changed files with 0 additions and 43 deletions
|
@ -467,7 +467,6 @@ int Context::dispatch (std::string &out)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool Context::color ()
|
||||
{
|
||||
#ifdef FEATURE_COLOR
|
||||
if (determine_color_use)
|
||||
{
|
||||
// What the config says.
|
||||
|
@ -497,9 +496,6 @@ bool Context::color ()
|
|||
|
||||
// Cached result.
|
||||
return use_color;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue