diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-08-10 19:29:20 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-08-10 19:29:20 (GMT) |
commit | 32cdf9febf4010ae78fef15493e4b2a0d05f82c1 (patch) | |
tree | 1ed139af729ac9b72dcd9d5189c0ac4e01a554e8 /tksao/frame/compass.h | |
parent | 8e376911d4cb693a13d338d7f4b92d9c2b1a6079 (diff) | |
download | blt-32cdf9febf4010ae78fef15493e4b2a0d05f82c1.zip blt-32cdf9febf4010ae78fef15493e4b2a0d05f82c1.tar.gz blt-32cdf9febf4010ae78fef15493e4b2a0d05f82c1.tar.bz2 |
simplify marker code
Diffstat (limited to 'tksao/frame/compass.h')
-rw-r--r-- | tksao/frame/compass.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tksao/frame/compass.h b/tksao/frame/compass.h index 0bbc3ef..290ff97 100644 --- a/tksao/frame/compass.h +++ b/tksao/frame/compass.h @@ -44,10 +44,7 @@ private: void renderWIN32GC(); #endif -void updateHandles(); - - protected: - void listNonCel(FitsImage*, ostream&, Coord::CoordSystem); + void updateHandles(); public: Compass(const Compass&); |