- Removed obsolete ::find_limit method and _limit member.
This commit is contained in:
Paul Beckingham 2014-05-25 09:04:36 -04:00
parent 3f8a723903
commit 562beac12b
2 changed files with 3 additions and 32 deletions

View file

@ -58,7 +58,6 @@ public:
const std::string combine () const;
const std::vector <std::string> list () const;
bool find_command (std::string&) const;
const std::string find_limit () const;
const A3 extract_modifications () const;
@ -98,7 +97,6 @@ public:
private:
bool _read_only_command;
std::string _limit;
};
#endif