summaryrefslogtreecommitdiffstats
path: root/tksao/frame/grid3d.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-12-06 20:12:55 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-12-06 20:12:55 (GMT)
commitab62ec42067680f2c417af7edf0e84dcc5a9a82a (patch)
tree4bc37947f07b86b3769412a8624f99eaa3e0a59b /tksao/frame/grid3d.h
parenta4c5bcb94b1e026c29889233daf1c84c015a4a6d (diff)
downloadblt-ab62ec42067680f2c417af7edf0e84dcc5a9a82a.zip
blt-ab62ec42067680f2c417af7edf0e84dcc5a9a82a.tar.gz
blt-ab62ec42067680f2c417af7edf0e84dcc5a9a82a.tar.bz2
update AST WCS
Diffstat (limited to 'tksao/frame/grid3d.h')
-rw-r--r--tksao/frame/grid3d.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tksao/frame/grid3d.h b/tksao/frame/grid3d.h
index 9a3341d..b3c85cf 100644
--- a/tksao/frame/grid3d.h
+++ b/tksao/frame/grid3d.h
@@ -11,11 +11,7 @@
class Grid3d : public Grid, public Grid3dBase {
private:
-#ifndef NEWWCS
- void* matrixMap(Matrix&, const char*);
-#else
void matrixMap(void*, Matrix3d&, const char*);
-#endif
int doit(RenderMode);
public: