summaryrefslogtreecommitdiffstats
path: root/tksao/frame/basepolygon.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-11 21:17:59 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-11 21:17:59 (GMT)
commiteef1b4e01cc3c5307188e1497e6b095081eef378 (patch)
treeb27c812b352c9024fe4a5b9dbab6f6102a581156 /tksao/frame/basepolygon.h
parentf7a9669c931c4da48dbc39d3f90b17ea2314ab9c (diff)
downloadblt-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.h2
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