summaryrefslogtreecommitdiffstats
path: root/tksao/tkutil/gridbase.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-03-31 20:20:16 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-03-31 20:20:16 (GMT)
commit0c62508a5c1f08617cdd2791c6c8ed8f7e6b96fc (patch)
tree2ce0853abffbcaab8e8c4a2e16105a4deb2aa6f8 /tksao/tkutil/gridbase.C
parentd0de38e4418680d9c967e6979158a1a440048329 (diff)
downloadblt-0c62508a5c1f08617cdd2791c6c8ed8f7e6b96fc.zip
blt-0c62508a5c1f08617cdd2791c6c8ed8f7e6b96fc.tar.gz
blt-0c62508a5c1f08617cdd2791c6c8ed8f7e6b96fc.tar.bz2
clean up code
Diffstat (limited to 'tksao/tkutil/gridbase.C')
-rw-r--r--tksao/tkutil/gridbase.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/tksao/tkutil/gridbase.C b/tksao/tkutil/gridbase.C
index fa7ed1f..92f73ba 100644
--- a/tksao/tkutil/gridbase.C
+++ b/tksao/tkutil/gridbase.C
@@ -3,6 +3,7 @@
// For conditions of distribution and use, see copyright notice in "copyright"
#include "util.h"
+#include "coord.h"
#include "gridbase.h"
#include "attribute.h"
@@ -10,8 +11,6 @@ EXTERN void TkDrawAngledChars(Display *display,
Drawable drawable, GC gc, Tk_Font tkfont,
const char *source, int numBytes, double x,
double y, double angle);
-extern double radToDeg(double aa);
-
extern "C" {
#include "ast.h"
#include "grf.h"