mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Composite: Removed 'blend' option for now
This commit is contained in:
parent
fe41858189
commit
a69e009e8f
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ void Composite::add (
|
|||
// Walk all strings left to right, selecting the character and color from the
|
||||
// highest numbered layer. Emit color codes only on edge detection.
|
||||
//
|
||||
std::string Composite::str (bool blend) const
|
||||
std::string Composite::str () const
|
||||
{
|
||||
// The strings are broken into a vector of int, for UTF8 support.
|
||||
std::vector <int> characters;
|
||||
|
|
|
@ -37,7 +37,7 @@ class Composite
|
|||
public:
|
||||
Composite () = default;
|
||||
void add (const std::string&, std::string::size_type, const Color&);
|
||||
std::string str (bool blend = false) const;
|
||||
std::string str () const;
|
||||
void clear ();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue