CmdCustom

- Removed unused local ::getLimits method, in favor of Context::getLimits.
This commit is contained in:
Paul Beckingham 2014-07-04 11:11:15 -04:00
parent 0cd56932a5
commit 7ac533a82d
2 changed files with 1 additions and 44 deletions

View file

@ -39,7 +39,6 @@ public:
private:
void validateReportColumns (std::vector <std::string>&);
void validateSortColumns (std::vector <std::string>&);
void getLimits (const std::string&, int&, int&);
};
#endif