diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-07-28 19:15:37 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-07-28 19:15:37 (GMT) |
commit | c05398ec1b743547ea7af7a375cc64edd132cb57 (patch) | |
tree | 96a232006c2cd378a76951eb957ccdf20dece1ac /tksao/util/util.h | |
parent | 24eb94699f8fcc135bc253c052a3eb9fc7ce4113 (diff) | |
download | blt-c05398ec1b743547ea7af7a375cc64edd132cb57.zip blt-c05398ec1b743547ea7af7a375cc64edd132cb57.tar.gz blt-c05398ec1b743547ea7af7a375cc64edd132cb57.tar.bz2 |
simplify marker code
Diffstat (limited to 'tksao/util/util.h')
-rw-r--r-- | tksao/util/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tksao/util/util.h b/tksao/util/util.h index dc1d6bf..4728f2d 100644 --- a/tksao/util/util.h +++ b/tksao/util/util.h @@ -130,6 +130,4 @@ extern const char* psFontName(const char*, const char*, const char*); extern int fCompare(const void*, const void*); extern int dCompare(const void*, const void*); - -extern Vector mapLen(const Vector& v, const Matrix& mx); #endif |