From df5286fe3bca619beb4771da1ffa8ace9613e9e5 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 18 Aug 2006 17:21:02 +0000 Subject: Gutted, deleted almost all the source, too many changes to keep it around, we'll see what happens next. --- src/viewerpercent.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/viewerpercent.h (limited to 'src/viewerpercent.h') diff --git a/src/viewerpercent.h b/src/viewerpercent.h deleted file mode 100644 index d575940..0000000 --- a/src/viewerpercent.h +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef VIEWER_PERCENT_H -#define VIEWER_PERCENT_H - -#include - -#include "viewer.h" -#include "staticstring.h" - -class ViewerPercent : public Viewer -{ -public: - ViewerPercent(); - virtual ~ViewerPercent(); - - virtual void beginTarget( const char *sName, const char *sType, const char *sOperation, int nPerforms ); - virtual void endTarget(); - - virtual void beginPerform( Perform *pPerf ); - virtual void beginExecute(); - virtual void endPerform(); - -private: - class StaticString sTarget; - int nLastLen; - int nWidth; - int nMax; - int nCount; -}; - -#endif -- cgit v1.2.3