mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Filter: Removed obsolete method
This commit is contained in:
parent
88ed4d0035
commit
7c5ddee4e5
2 changed files with 0 additions and 6 deletions
|
@ -62,11 +62,6 @@ Filter::Filter ()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
Filter::~Filter ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Take an input set of tasks and filter into a subset.
|
// Take an input set of tasks and filter into a subset.
|
||||||
void Filter::subset (const std::vector <Task>& input, std::vector <Task>& output)
|
void Filter::subset (const std::vector <Task>& input, std::vector <Task>& output)
|
||||||
|
|
|
@ -38,7 +38,6 @@ class Filter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Filter ();
|
Filter ();
|
||||||
~Filter ();
|
|
||||||
|
|
||||||
void subset (const std::vector <Task>&, std::vector <Task>&);
|
void subset (const std::vector <Task>&, std::vector <Task>&);
|
||||||
void subset (std::vector <Task>&);
|
void subset (std::vector <Task>&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue