]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
merged pat's trim seqs edits with sarah's major overhaul of global data; also added...
[mothur.git] / helpcommand.h
index c303678131df5a937174ed1a2b3e75858e174877..4e68388d278c85b69a9a4fb7be9db6e19a4a1253 100644 (file)
@@ -12,7 +12,6 @@
 /* This class is designed to aid the user in running mothur. */
 
 #include "command.hpp"
-#include "globaldata.hpp"
 #include "validcommands.h"
 
 
@@ -25,7 +24,6 @@ public:
        void help() {};
        
 private:
-       GlobalData* globaldata;
        ValidCommands* validCommands;
        
 private: