Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2005:
[Freeciv-Dev] (PR#12578) fix gui-ftwl compilation in freeciv 2.0
Home

[Freeciv-Dev] (PR#12578) fix gui-ftwl compilation in freeciv 2.0

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#12578) fix gui-ftwl compilation in freeciv 2.0
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Mar 2005 14:07:19 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12578 >

This patch (for S2_0) fixes a compiler warning.  This removed function 
is no longer used.

-jason

? civworld
Index: client/gui-ftwl/dialogs.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-ftwl/dialogs.c,v
retrieving revision 1.5
diff -u -r1.5 dialogs.c
--- client/gui-ftwl/dialogs.c   29 Sep 2004 02:24:19 -0000      1.5
+++ client/gui-ftwl/dialogs.c   21 Mar 2005 22:06:43 -0000
@@ -266,17 +266,6 @@
 }
 
 /**************************************************************************
-  Popup a dialog asking if the player wants to start a revolution.
-**************************************************************************/
-void popup_revolution_dialog(void)
-{
-  /* PORTME */
-#if 0                          /* Demo code */
-  popup_message_dialog(_("Revolution!"), _("You say you wanna revolution?"));
-#endif
-}
-
-/**************************************************************************
   Popup a dialog giving a player choices when their caravan arrives at
   a city (other than its home city).  Example:
     - Establish traderoute.

[Prev in Thread] Current Thread [Next in Thread]