diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-06 19:42:22 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-06 19:42:22 +0000 |
commit | 71c3c523aacb0f6986d50f4a7a2e5d604728a4c4 (patch) | |
tree | 9000ae982c9cb21d31ac3efa6ccf7100064f5bbb /src/viewerplain.cpp | |
parent | 2c0c23b75f563d0a1e68f6079a8eea73c40a877a (diff) | |
download | build-71c3c523aacb0f6986d50f4a7a2e5d604728a4c4.tar.gz build-71c3c523aacb0f6986d50f4a7a2e5d604728a4c4.tar.bz2 build-71c3c523aacb0f6986d50f4a7a2e5d604728a4c4.tar.xz build-71c3c523aacb0f6986d50f4a7a2e5d604728a4c4.zip |
A load of updates, most of these made me realize that I probably could do this
whole thing a lot better. We'll see how that works out later, once I figure out
how to do it better.
Diffstat (limited to 'src/viewerplain.cpp')
-rw-r--r-- | src/viewerplain.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/viewerplain.cpp b/src/viewerplain.cpp index 5d95d19..52b798b 100644 --- a/src/viewerplain.cpp +++ b/src/viewerplain.cpp | |||
@@ -54,3 +54,8 @@ void ViewerPlain::beginExecute() | |||
54 | printf(" build: %s\n", sTarget.getString() ); | 54 | printf(" build: %s\n", sTarget.getString() ); |
55 | } | 55 | } |
56 | 56 | ||
57 | void ViewerPlain::executeCmd( const char *sCmd ) | ||
58 | { | ||
59 | //printf("--> %s\n", sCmd ); | ||
60 | } | ||
61 | |||