summaryrefslogtreecommitdiffstats
path: root/tksao/frame/basecommand.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-12-07 20:45:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-12-07 20:45:30 (GMT)
commit8db5601ba4be6d24e711780ec9e7ab5fbf87033c (patch)
treeedba01483505af5c664c2bb5f833aaf58f32634e /tksao/frame/basecommand.C
parent9367e14e15fd464dfba4d7b3c0b12a465a3fb7fa (diff)
downloadblt-8db5601ba4be6d24e711780ec9e7ab5fbf87033c.zip
blt-8db5601ba4be6d24e711780ec9e7ab5fbf87033c.tar.gz
blt-8db5601ba4be6d24e711780ec9e7ab5fbf87033c.tar.bz2
merge contour parsers
Diffstat (limited to 'tksao/frame/basecommand.C')
-rw-r--r--tksao/frame/basecommand.C6
1 files changed, 0 insertions, 6 deletions
diff --git a/tksao/frame/basecommand.C b/tksao/frame/basecommand.C
index 5c832ee..7f5615a 100644
--- a/tksao/frame/basecommand.C
+++ b/tksao/frame/basecommand.C
@@ -675,12 +675,6 @@ void Base::colorScaleLogCmd(double exp)
}
}
-void Base::contourAppendCmd(ContourLevel* cl)
-{
- currentContext->contourAppendAux(cl);
- update(PIXMAP);
-}
-
void Base::contourCreateCmd(const char* color, int width, int dash,
FVContour::Method method, int numlevel,
int smooth,