summaryrefslogtreecommitdiffstats
path: root/tksao/util/util.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-08-16 18:52:42 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-08-16 18:52:42 (GMT)
commit4ea7342aad40acc50b455dc6ed1d2d9c3154588e (patch)
tree07207f68b3cf980c24b0a765cd332b9e315aefcc /tksao/util/util.h
parentf350c96aeeda4be8174c75f900a2e22ce18dcdf6 (diff)
downloadblt-4ea7342aad40acc50b455dc6ed1d2d9c3154588e.zip
blt-4ea7342aad40acc50b455dc6ed1d2d9c3154588e.tar.gz
blt-4ea7342aad40acc50b455dc6ed1d2d9c3154588e.tar.bz2
simplify wcs code
Diffstat (limited to 'tksao/util/util.h')
-rw-r--r--tksao/util/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tksao/util/util.h b/tksao/util/util.h
index 8b5247c..3609ae6 100644
--- a/tksao/util/util.h
+++ b/tksao/util/util.h
@@ -92,9 +92,6 @@ extern double m180To180(double);
extern double degToRad(double);
extern double radToDeg(double);
-extern Vector degToRad(const Vector&);
-extern Vector3d degToRad(const Vector3d&);
-
extern int parseSection(char*, Vector*, Vector*);
extern double dmsToDegree(int, int, int, double);