diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-03-11 21:17:59 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-03-11 21:17:59 (GMT) |
commit | eef1b4e01cc3c5307188e1497e6b095081eef378 (patch) | |
tree | b27c812b352c9024fe4a5b9dbab6f6102a581156 /tksao/frame/basepolygon.h | |
parent | f7a9669c931c4da48dbc39d3f90b17ea2314ab9c (diff) | |
download | blt-eef1b4e01cc3c5307188e1497e6b095081eef378.zip blt-eef1b4e01cc3c5307188e1497e6b095081eef378.tar.gz blt-eef1b4e01cc3c5307188e1497e6b095081eef378.tar.bz2 |
add region fill
Diffstat (limited to 'tksao/frame/basepolygon.h')
-rw-r--r-- | tksao/frame/basepolygon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tksao/frame/basepolygon.h b/tksao/frame/basepolygon.h index c7a90f8..9712138 100644 --- a/tksao/frame/basepolygon.h +++ b/tksao/frame/basepolygon.h @@ -52,8 +52,6 @@ public: virtual void reset(const Vector&) =0; void rotate(const Vector&, int); void updateCoords(const Matrix&); - - void listXML(ostream&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat); }; #endif |