(count_planes): Remove declaration. A prototype would need struct

shpstr, but not struct plnstr, which is a strong sign it doesn't
belong here.
This commit is contained in:
Markus Armbruster 2004-02-18 11:35:25 +00:00
parent aa9fed70c1
commit 7aafe31f70

View file

@ -167,7 +167,6 @@ struct shiplook {
double logx(double d, double base); double logx(double d, double base);
void count_planes();
s_char *prplane(struct plnstr *pp); s_char *prplane(struct plnstr *pp);