summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-27 18:32:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-27 18:32:06 (GMT)
commite922c5712bba71325bac980dc54009549a593936 (patch)
treee6450bf39355c1f22b4279699937f10373ff483d
parentea0a457905c24f7e8de422ed469c5d4370cd735c (diff)
downloadblt-e922c5712bba71325bac980dc54009549a593936.zip
blt-e922c5712bba71325bac980dc54009549a593936.tar.gz
blt-e922c5712bba71325bac980dc54009549a593936.tar.bz2
contours
-rw-r--r--tksao/frame/base.C3
1 files changed, 0 insertions, 3 deletions
diff --git a/tksao/frame/base.C b/tksao/frame/base.C
index 4687a0f..78f2df7 100644
--- a/tksao/frame/base.C
+++ b/tksao/frame/base.C
@@ -1970,8 +1970,6 @@ void Base::updatePM(const BBox& bbox)
// grid
// needs to be after markers if marker is filled
if (grid) {
- if (0) {
- cerr << bbox << endl;
BBox bb = bbox;
XRectangle rr[1];
Vector ss = bb.size();
@@ -1982,7 +1980,6 @@ void Base::updatePM(const BBox& bbox)
rr[0].height = (int)ss[1];
XSetClipRectangles(display, gridGC_, 0, 0, rr, 1, Unsorted);
- }
grid->x11();
}