diff options
Diffstat (limited to 'tksao/frame/base.C')
-rw-r--r-- | tksao/frame/base.C | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tksao/frame/base.C b/tksao/frame/base.C index 1494385..f5dc495 100644 --- a/tksao/frame/base.C +++ b/tksao/frame/base.C @@ -119,10 +119,6 @@ Base::Base(Tcl_Interp* i, Tk_Canvas c, Tk_Item* item) irafAlign_ =1; irafOrientation_ = (Coord::Orientation)-1; - maskColorName = dupstr("red"); - maskAlpha = 1; - maskMark = 1; - invert = 0; useHighlite = 0; @@ -225,9 +221,6 @@ Base::~Base() if (highliteGC) XFreeGC(display, highliteGC); - if (maskColorName) - delete [] maskColorName; - if (markerGC_) XFreeGC(display, markerGC_); |