Context: Dead code removal

This commit is contained in:
Paul Beckingham 2015-07-17 15:24:31 -04:00
parent 83057293a9
commit 110aa489e4
2 changed files with 0 additions and 11 deletions

View file

@ -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.

View file

@ -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>?