Integration - fully eliminated T.cpp, T.h

This commit is contained in:
Paul Beckingham 2009-06-13 19:09:00 -04:00
parent 113c15ef2f
commit 85e38e67d3
3 changed files with 47 additions and 49 deletions

View file

@ -30,7 +30,6 @@
#include <map>
#include <sys/types.h>
#include "Context.h"
#include "T.h"
#include "Table.h"
#include "Date.h"
#include "color.h"
@ -49,7 +48,7 @@ void onChangeCallback ();
void handleRecurrence ();
Date getNextRecurrence (Date&, std::string&);
bool generateDueDates (Task&, std::vector <Date>&);
void updateRecurrenceMask (/*TDB&,*/ std::vector <T>&, Task&);
void updateRecurrenceMask (/*TDB&,*/ std::vector <Task>&, Task&);
int getDueState (const std::string&);
void nag (/*TDB&,*/ Task&);