aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-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;