mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
A3
- Removed obsolete ::find_limit method and _limit member.
This commit is contained in:
parent
3f8a723903
commit
562beac12b
2 changed files with 3 additions and 32 deletions
2
src/A3.h
2
src/A3.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue