mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Eliminated obsolete Arguments.h, Arguments.cpp.
This commit is contained in:
parent
ab8a6d9e88
commit
0c08b29e48
24 changed files with 74 additions and 1976 deletions
|
@ -39,7 +39,6 @@
|
|||
#include <Path.h>
|
||||
#include <File.h>
|
||||
#include <Directory.h>
|
||||
#include <Arguments.h>
|
||||
#include <A3.h>
|
||||
|
||||
class Context
|
||||
|
@ -82,7 +81,6 @@ private:
|
|||
|
||||
public:
|
||||
std::string program;
|
||||
Arguments args;
|
||||
A3 a3;
|
||||
std::string home_dir;
|
||||
File rc_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue