]> git.donarmstrong.com Git - mothur.git/blobdiff - progress.hpp
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / progress.hpp
diff --git a/progress.hpp b/progress.hpp
deleted file mode 100644 (file)
index f4d4fc3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef PROGRESS_H
-#define PROGRESS_H
-
-#include "mothur.h"
-#include "mothurout.h"
-
-class Progress {
-       
-public:
-       Progress();
-       Progress(string, int);
-       void update(int);
-       void newLine(string, int);
-       void finish();
-       
-private:
-       int nTicks;
-       int finalPos;
-       MothurOut* m;   
-};
-
-#endif