Author: sveinung
Date: Fri Nov 27 10:41:16 2015
New Revision: 30803

URL: http://svn.gna.org/viewcvs/freeciv?rev=30803&view=rev
Log:
Remove done TODO comments

See patch #6636

Modified:
    trunk/server/cityturn.c

Modified: trunk/server/cityturn.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/cityturn.c?rev=30803&r1=30802&r2=30803&view=diff
==============================================================================
--- trunk/server/cityturn.c     (original)
+++ trunk/server/cityturn.c     Fri Nov 27 10:41:16 2015
@@ -992,7 +992,6 @@
         const char *punit_link = unit_tile_link(punit);
 
         if (upkeep_kill_unit(punit, O_FOOD, ULR_STARVED,
-                             /* TODO: Move to the ruleset */
                              game.info.muuk_food_wipe)) {
           notify_player(city_owner(pcity), city_tile(pcity),
                         E_UNIT_LOST_MISC, ftc_server,
@@ -2086,7 +2085,6 @@
          * would be a rules change. (This action is performed by the game
          * it self) */
         if (upkeep_kill_unit(punit, O_SHIELD, ULR_DISBANDED,
-                             /* TODO: Move to the ruleset */
                              game.info.muuk_shield_wipe)) {
           notify_player(pplayer, city_tile(pcity),
                         E_UNIT_LOST_MISC, ftc_server,
@@ -2547,7 +2545,6 @@
     const char *punit_logname = unit_name_translation(punit);
 
     if (upkeep_kill_unit(punit, O_GOLD, ULR_SOLD,
-                         /* TODO: Move to the ruleset */
                          game.info.muuk_gold_wipe)) {
       notify_player(pplayer, unit_tile(punit), E_UNIT_LOST_MISC, ftc_server,
                     _("Not enough gold. %s disbanded."),


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to