mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context: Dead code removal
This commit is contained in:
parent
83057293a9
commit
110aa489e4
2 changed files with 0 additions and 11 deletions
|
@ -585,16 +585,6 @@ const std::vector <std::string> Context::getColumns () const
|
|||
return output;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
const std::vector <std::string> Context::getCommands () const
|
||||
{
|
||||
std::vector <std::string> output;
|
||||
for (auto& cmd : commands)
|
||||
output.push_back (cmd.first);
|
||||
|
||||
return output;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// A value of zero mean unlimited.
|
||||
// A value of 'page' means however many screen lines there are.
|
||||
|
|
|
@ -56,7 +56,6 @@ public:
|
|||
int getHeight (); // determine terminal height
|
||||
|
||||
const std::vector <std::string> getColumns () const;
|
||||
const std::vector <std::string> getCommands () const;
|
||||
void getLimits (int&, int&);
|
||||
|
||||
bool color (); // TTY or <other>?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue