- Removed all A3 references.
This commit is contained in:
Paul Beckingham 2014-05-25 20:02:26 -04:00
parent 4b12c87c40
commit afe4b6883f
2 changed files with 3 additions and 31 deletions

View file

@ -38,7 +38,6 @@
#include <Path.h>
#include <File.h>
#include <Directory.h>
#include <A3.h>
#include <Parser.h>
#include <Timer.h>
@ -84,7 +83,6 @@ private:
public:
std::string program;
A3 a3;
Parser parser;
std::string home_dir;
File rc_file;