Author: cazfi
Date: Sun Dec 14 02:30:25 2014
New Revision: 27296

URL: http://svn.gna.org/viewcvs/freeciv?rev=27296&view=rev
Log:
Removed obsolete source files from sdl-clients.

See patch #5534

Removed:
    trunk/client/gui-sdl/happiness.c
    trunk/client/gui-sdl/happiness.h
    trunk/client/gui-sdl/inputdlg.c
    trunk/client/gui-sdl/inputdlg.h
    trunk/client/gui-sdl2/happiness.c
    trunk/client/gui-sdl2/happiness.h
    trunk/client/gui-sdl2/inputdlg.c
    trunk/client/gui-sdl2/inputdlg.h
Modified:
    trunk/client/gui-sdl/Makefile.am
    trunk/client/gui-sdl2/Makefile.am

Modified: trunk/client/gui-sdl/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl/Makefile.am?rev=27296&r1=27295&r2=27296&view=diff
==============================================================================
--- trunk/client/gui-sdl/Makefile.am    (original)
+++ trunk/client/gui-sdl/Makefile.am    Sun Dec 14 02:30:25 2014
@@ -44,12 +44,8 @@
        gui_string.h    \
        gui_tilespec.c  \
        gui_tilespec.h  \
-       happiness.c     \
-       happiness.h     \
        helpdlg.c       \
        helpdlg.h       \
-       inputdlg.c      \
-       inputdlg.h      \
        inteldlg.c      \
        inteldlg.h      \
        luaconsole.c    \

Removed: trunk/client/gui-sdl/happiness.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl/happiness.c?rev=27295&view=auto
==============================================================================
--- trunk/client/gui-sdl/happiness.c    (original)
+++ trunk/client/gui-sdl/happiness.c    (removed)
@@ -1,24 +0,0 @@
-/********************************************************************** 
- Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-***********************************************************************/
-#ifdef HAVE_CONFIG_H
-#include <fc_config.h>
-#endif
-
-#include "happiness.h"
-
-/* semi-arbitrary number that controls the width of the happiness widget */
-#define HAPPINESS_PIX_WIDTH 23
-
-#define NUM_HAPPINESS_MODIFIERS 6
-
-enum { CITIES, LUXURIES, BUILDINGS, NATIONALITY, UNITS, WONDERS };

Removed: trunk/client/gui-sdl/happiness.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl/happiness.h?rev=27295&view=auto
==============================================================================
--- trunk/client/gui-sdl/happiness.h    (original)
+++ trunk/client/gui-sdl/happiness.h    (removed)
@@ -1,16 +0,0 @@
-/********************************************************************** 
- Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-***********************************************************************/
-#ifndef FC__HAPPINESS_H
-#define FC__HAPPINESS_H
-
-#endif                         /* FC__HAPPINESS_H */

Removed: trunk/client/gui-sdl/inputdlg.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl/inputdlg.c?rev=27295&view=auto
==============================================================================
--- trunk/client/gui-sdl/inputdlg.c     (original)
+++ trunk/client/gui-sdl/inputdlg.c     (removed)
@@ -1,18 +0,0 @@
-/********************************************************************** 
- Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-***********************************************************************/
-
-#ifdef HAVE_CONFIG_H
-#include <fc_config.h>
-#endif
-
-#include "inputdlg.h"

Removed: trunk/client/gui-sdl/inputdlg.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl/inputdlg.h?rev=27295&view=auto
==============================================================================
--- trunk/client/gui-sdl/inputdlg.h     (original)
+++ trunk/client/gui-sdl/inputdlg.h     (removed)
@@ -1,17 +0,0 @@
-/********************************************************************** 
- Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-***********************************************************************/
-#ifndef FC__INPUTDLG_H
-#define FC__INPUTDLG_H
-
-
-#endif                         /* FC__INPUTDLG_H */

Modified: trunk/client/gui-sdl2/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl2/Makefile.am?rev=27296&r1=27295&r2=27296&view=diff
==============================================================================
--- trunk/client/gui-sdl2/Makefile.am   (original)
+++ trunk/client/gui-sdl2/Makefile.am   Sun Dec 14 02:30:25 2014
@@ -43,12 +43,8 @@
        gui_string.h    \
        gui_tilespec.c  \
        gui_tilespec.h  \
-       happiness.c     \
-       happiness.h     \
        helpdlg.c       \
        helpdlg.h       \
-       inputdlg.c      \
-       inputdlg.h      \
        inteldlg.c      \
        inteldlg.h      \
        luaconsole.c    \

Removed: trunk/client/gui-sdl2/happiness.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl2/happiness.c?rev=27295&view=auto
==============================================================================
--- trunk/client/gui-sdl2/happiness.c   (original)
+++ trunk/client/gui-sdl2/happiness.c   (removed)
@@ -1,24 +0,0 @@
-/********************************************************************** 
- Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-***********************************************************************/
-#ifdef HAVE_CONFIG_H
-#include <fc_config.h>
-#endif
-
-#include "happiness.h"
-
-/* semi-arbitrary number that controls the width of the happiness widget */
-#define HAPPINESS_PIX_WIDTH 23
-
-#define NUM_HAPPINESS_MODIFIERS 6
-
-enum { CITIES, LUXURIES, BUILDINGS, NATIONALITY, UNITS, WONDERS };

Removed: trunk/client/gui-sdl2/happiness.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl2/happiness.h?rev=27295&view=auto
==============================================================================
--- trunk/client/gui-sdl2/happiness.h   (original)
+++ trunk/client/gui-sdl2/happiness.h   (removed)
@@ -1,16 +0,0 @@
-/********************************************************************** 
- Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-***********************************************************************/
-#ifndef FC__HAPPINESS_H
-#define FC__HAPPINESS_H
-
-#endif                         /* FC__HAPPINESS_H */

Removed: trunk/client/gui-sdl2/inputdlg.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl2/inputdlg.c?rev=27295&view=auto
==============================================================================
--- trunk/client/gui-sdl2/inputdlg.c    (original)
+++ trunk/client/gui-sdl2/inputdlg.c    (removed)
@@ -1,18 +0,0 @@
-/********************************************************************** 
- Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-***********************************************************************/
-
-#ifdef HAVE_CONFIG_H
-#include <fc_config.h>
-#endif
-
-#include "inputdlg.h"

Removed: trunk/client/gui-sdl2/inputdlg.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-sdl2/inputdlg.h?rev=27295&view=auto
==============================================================================
--- trunk/client/gui-sdl2/inputdlg.h    (original)
+++ trunk/client/gui-sdl2/inputdlg.h    (removed)
@@ -1,17 +0,0 @@
-/********************************************************************** 
- Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-***********************************************************************/
-#ifndef FC__INPUTDLG_H
-#define FC__INPUTDLG_H
-
-
-#endif                         /* FC__INPUTDLG_H */


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

Reply via email to