diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-10-22 18:28:41 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-10-22 18:28:41 (GMT) |
commit | f1c59d1c6809ead733c3a7b226b622ff9357a210 (patch) | |
tree | 9a41ea6e18ed000df510c01070f6acc182a5538f /tksao/frame/base.C | |
parent | 3a98acb6407b3570be0ebb6a730b98d24ea3afc1 (diff) | |
download | blt-f1c59d1c6809ead733c3a7b226b622ff9357a210.zip blt-f1c59d1c6809ead733c3a7b226b622ff9357a210.tar.gz blt-f1c59d1c6809ead733c3a7b226b622ff9357a210.tar.bz2 |
new mask
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_); |