Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
September 2005: [Freeciv-Dev] (PR#13920) remove E_NOEVENT |
![]() |
[Freeciv-Dev] (PR#13920) remove E_NOEVENT[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13920 > This patch removes E_NOEVENT. It is (thankfully) not used anymore. -jason Index: common/events.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/common/events.h,v retrieving revision 1.31 diff -p -u -r1.31 events.h --- common/events.h 4 Sep 2005 03:03:44 -0000 1.31 +++ common/events.h 8 Sep 2005 21:10:49 -0000 @@ -16,7 +16,6 @@ #include "shared.h" /* bool type */ enum event_type { - E_NOEVENT = -1, E_CITY_CANTBUILD, E_CITY_LOST, E_CITY_LOVE,
|