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/viewermake.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/viewermake.h (limited to 'src/viewermake.h') diff --git a/src/viewermake.h b/src/viewermake.h deleted file mode 100644 index 767d0bd..0000000 --- a/src/viewermake.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef VIEWER_MAKE_H -#define VIEWER_MAKE_H - -#include - -#include "viewer.h" -#include "staticstring.h" - -class ViewerMake : public Viewer -{ -public: - ViewerMake(); - virtual ~ViewerMake(); - - virtual void beginTarget( const char *sName, const char *sType, const char *sOperation, int nPerforms ); - virtual void endTarget(); - - virtual void beginPerform( Perform *pPerf ); - virtual void beginExtraRequiresCheck( const char *sCommand ); - void printHead(); - virtual void beginExecute(); - virtual void executeCmd( const char *sCmd ); - -private: - -}; - -#endif -- cgit v1.2.3