aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-09-14 21:33:42 +0000
committerMike Buland <eichlan@xagasoft.com>2006-09-14 21:33:42 +0000
commit2a10d964f0bd5d64210adb0537ad04f9410f56db (patch)
tree89d7708ebaac73047db97a56aef3cfbbbb1cfdc5 /src/main.cpp
parent1dc59875ed1e072a0c87b10e1bb43d7be2311ec8 (diff)
downloadbuild-2a10d964f0bd5d64210adb0537ad04f9410f56db.tar.gz
build-2a10d964f0bd5d64210adb0537ad04f9410f56db.tar.bz2
build-2a10d964f0bd5d64210adb0537ad04f9410f56db.tar.xz
build-2a10d964f0bd5d64210adb0537ad04f9410f56db.zip
Added the make-style view...useful sometimes.
Diffstat (limited to '')
-rw-r--r--src/main.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index fa1608f..4f0ecca 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -50,14 +50,11 @@ public:
50 int procViewPercent( int argc, char *argv[] ) 50 int procViewPercent( int argc, char *argv[] )
51 { 51 {
52 sView = "percent"; 52 sView = "percent";
53 //delete pViewer;
54 //pViewer = new ViewerPercent;
55 } 53 }
56 54
57 int procViewMake( int argc, char *argv[] ) 55 int procViewMake( int argc, char *argv[] )
58 { 56 {
59 //delete pViewer; 57 sView = "make";
60 //pViewer = new ViewerMake;
61 } 58 }
62 59
63 std::string sCache; 60 std::string sCache;