Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2005:
[Freeciv-Dev] (PR#13920) remove E_NOEVENT
Home

[Freeciv-Dev] (PR#13920) remove E_NOEVENT

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#13920) remove E_NOEVENT
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 8 Sep 2005 14:11:53 -0700
Reply-to: bugs@xxxxxxxxxxx

<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,

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#13920) remove E_NOEVENT, Jason Short <=