diff options
author | BurnZeZ <brz-9dev@feline.systems> | 2016-03-01 19:36:24 -0500 |
---|---|---|
committer | BurnZeZ <brz-9dev@feline.systems> | 2016-03-01 19:36:24 -0500 |
commit | 9d1e80cbbb966c1206a27f1dabf9cb5e85709ba7 (patch) | |
tree | 74b9396c4d3f10a25c1c4c63bb13b43ec39d173d /sys/src/cmd/map/libmap/zcoord.c | |
parent | dacebbb2e7c1098d7d6567317abc169f2ec327b8 (diff) |
map/libmap: remove unused function/definitions
Diffstat (limited to 'sys/src/cmd/map/libmap/zcoord.c')
-rw-r--r-- | sys/src/cmd/map/libmap/zcoord.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/src/cmd/map/libmap/zcoord.c b/sys/src/cmd/map/libmap/zcoord.c index 7c3d3ad75..01d41a1d7 100644 --- a/sys/src/cmd/map/libmap/zcoord.c +++ b/sys/src/cmd/map/libmap/zcoord.c @@ -123,12 +123,6 @@ norm(struct place *gg, struct place *pp, struct coord *tw) g->wlon.l += 2*PI; } -double -tan(double x) -{ - return(sin(x)/cos(x)); -} - void printp(struct place *g) { |