Context: Dead code removal
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user