diff options
Diffstat (limited to 'tksao/frame/base.C')
-rw-r--r-- | tksao/frame/base.C | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tksao/frame/base.C b/tksao/frame/base.C index f5dc495..aca84a2 100644 --- a/tksao/frame/base.C +++ b/tksao/frame/base.C @@ -82,8 +82,6 @@ Base::Base(Tcl_Interp* i, Tk_Canvas c, Tk_Item* item) panPM = 0; panGCXOR = XCreateGC(display, Tk_WindowId(tkwin), 0, NULL); - rotateGCXOR = XCreateGC(display, Tk_WindowId(tkwin), 0, NULL); - pannerPixmap = 0; pannerXImage = NULL; pannerWidth = 0; @@ -206,9 +204,6 @@ Base::~Base() if (panGCXOR) XFreeGC(display, panGCXOR); - if (rotateGCXOR) - XFreeGC(display, rotateGCXOR); - if (pannerGC) XFreeGC(display, pannerGC); @@ -1418,9 +1413,6 @@ void Base::updateGCs() // panGCXOR XSetClipRectangles(display, panGCXOR, 0, 0, rectWindow, 1, Unsorted); - // rotateGCXOR - XSetClipRectangles(display, rotateGCXOR, 0, 0, rectWindow, 1, Unsorted); - // markerGC XSetClipRectangles(display, markerGC_, 0, 0, rectWidget, 1, Unsorted); XSetClipRectangles(display, markerGCXOR_, 0, 0, rectWindow, 1, Unsorted); |