diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-08-15 19:16:44 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-08-15 19:16:44 (GMT) |
commit | 9c929fe95cf992440ce00ab90a6abb210d2dab88 (patch) | |
tree | d9b5282efa75366eb88ecbfb3381e6327ad2331f /tksao/frame/marker.h | |
parent | 51fbb2793a327cbb4fb02d74a32eaa112ec00196 (diff) | |
download | blt-9c929fe95cf992440ce00ab90a6abb210d2dab88.zip blt-9c929fe95cf992440ce00ab90a6abb210d2dab88.tar.gz blt-9c929fe95cf992440ce00ab90a6abb210d2dab88.tar.bz2 |
simplify marker code
Diffstat (limited to 'tksao/frame/marker.h')
-rw-r--r-- | tksao/frame/marker.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tksao/frame/marker.h b/tksao/frame/marker.h index 8700eb1..d0846fe 100644 --- a/tksao/frame/marker.h +++ b/tksao/frame/marker.h @@ -159,11 +159,6 @@ protected: void initFonts(const char*); - void listWCS(FitsImage*, const Vector&, Coord::CoordSystem, - Coord::SkyFrame, Coord::SkyFormat); - void listWCSLen(ostream&, FitsImage*, const Vector&, Coord::CoordSystem); - void listWCSPros(FitsImage*, const Vector&, Coord::CoordSystem, - Coord::SkyFrame, Coord::SkyFormat); void listPre(ostream&, Coord::CoordSystem, Coord::SkyFrame, FitsImage*, int, int); virtual void listPost(ostream&, int, int); |