<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39481 >
This removes duplicate get_unittype_bonus() declaration. - ML
diff -Nurd -X.diff_ignore freeciv/common/effects.h freeciv/common/effects.h --- freeciv/common/effects.h 2007-03-17 20:28:08.000000000 +0200 +++ freeciv/common/effects.h 2007-08-04 02:58:18.000000000 +0300 @@ -192,10 +192,6 @@ const struct tile *ptile, /* pcity is implied */ const struct unit_type *punittype, enum effect_type effect_type); -int get_unittype_bonus(const struct player *pplayer, - const struct tile *ptile, /* pcity is implied */ - const struct unit_type *punittype, - enum effect_type effect_type); int get_unit_bonus(const struct unit *punit, enum effect_type effect_type); /* miscellaneous auxiliary effects functions */
_______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
