From e922c5712bba71325bac980dc54009549a593936 Mon Sep 17 00:00:00 2001 From: William Joye Date: Mon, 27 Mar 2017 14:32:06 -0400 Subject: contours --- tksao/frame/base.C | 3 --- 1 file changed, 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(); } -- cgit v0.12