Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2002:
[Freeciv-Dev] (PR#2599) remove color_error from GUI interface
Home

[Freeciv-Dev] (PR#2599) remove color_error from GUI interface

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] (PR#2599) remove color_error from GUI interface
From: "Jason Short via RT" <rt@xxxxxxxxxxxxxx>
Date: Tue, 17 Dec 2002 16:28:32 -0800
Reply-to: rt@xxxxxxxxxxxxxx

This patch follows up on PR#2455 by removing color_error from the GUI
interface.

jason


Index: client/gui-sdl/colors.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-sdl/colors.c,v
retrieving revision 1.1
diff -u -r1.1 colors.c
--- client/gui-sdl/colors.c     2002/12/02 08:47:02     1.1
+++ client/gui-sdl/colors.c     2002/12/17 23:10:32
@@ -70,12 +70,6 @@
   {0, 200, 0, 150},            /* Quick info (green) */
 };
 
-void color_error(void)
-{
-  freelog(LOG_DEBUG, "color_error : PORT ME");
-}
-
-
 /**************************************************************************
   Initialize colors for the game.
 **************************************************************************/
Index: client/gui-win32/colors.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-win32/colors.c,v
retrieving revision 1.3
diff -u -r1.3 colors.c
--- client/gui-win32/colors.c   2002/11/14 09:14:59     1.3
+++ client/gui-win32/colors.c   2002/12/17 23:10:32
@@ -75,12 +75,3 @@
 {
   alloc_standard_colors();
 }
-
-/**************************************************************************
-
-**************************************************************************/
-void
-color_error(void)
-{
-       /* PORTME */
-}
Index: client/include/colors_g.h
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/include/colors_g.h,v
retrieving revision 1.5
diff -u -r1.5 colors_g.h
--- client/include/colors_g.h   2002/09/28 01:36:23     1.5
+++ client/include/colors_g.h   2002/12/17 23:10:32
@@ -34,6 +34,5 @@
 enum Display_color_type get_visual(void);
 void init_color_system(void);
 void free_color_system(void);
-void color_error(void);
 
 #endif  /* FC__COLORS_G_H */

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#2599) remove color_error from GUI interface, Jason Short via RT <=