X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=progress.hpp;fp=progress.hpp;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=f4d4fc39eadeb36d44475757b8caf487534e01b9;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/progress.hpp b/progress.hpp deleted file mode 100644 index f4d4fc3..0000000 --- a/progress.hpp +++ /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