]> git.donarmstrong.com Git - mothur.git/blobdiff - reversecommand.h
bugs fixes while testing for 1.5 release
[mothur.git] / reversecommand.h
index 2a996e9fe02d6e05511ea543ef0d9dd4e507fbdb..b47ee3a51d614c84f746a1f231894809059bcad3 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
 
 class ReverseSeqsCommand : public Command {
 public:
@@ -22,13 +21,9 @@ public:
        void help();
        
 private:
-       GlobalData* globaldata; 
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
+
        bool abort;
        string fasta;
-
        
 };