Code Cleanup

- Removed restriction on waiting recurring tasks.
- Removed unused L10N string.
- Removed unnecessary include.
This commit is contained in:
Paul Beckingham 2012-02-05 10:08:10 -05:00
parent 86f113a24c
commit 412396d35b
3 changed files with 0 additions and 7 deletions

View file

@ -27,7 +27,6 @@
#define L10N // Localization complete.
#include <iostream> // TODO Remove.
#include <iomanip>
#include <sstream>
#include <time.h>