From 7aafe31f7082b314d30b85556ba9e62d4209ee8e Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 18 Feb 2004 11:35:25 +0000 Subject: [PATCH] (count_planes): Remove declaration. A prototype would need struct shpstr, but not struct plnstr, which is a strong sign it doesn't belong here. --- include/plane.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/plane.h b/include/plane.h index 2004373b..a9db76fc 100644 --- a/include/plane.h +++ b/include/plane.h @@ -167,7 +167,6 @@ struct shiplook { double logx(double d, double base); -void count_planes(); s_char *prplane(struct plnstr *pp);