pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2705 - branches/pingus_sdl/src


From: jsalmon3
Subject: [Pingus-CVS] r2705 - branches/pingus_sdl/src
Date: Tue, 10 Jul 2007 06:15:20 +0200

Author: jsalmon3
Date: 2007-07-10 06:15:09 +0200 (Tue, 10 Jul 2007)
New Revision: 2705

Removed:
   branches/pingus_sdl/src/caimagemanipulation/
   branches/pingus_sdl/src/sexpr_pingus_level.cpp
   branches/pingus_sdl/src/sexpr_pingus_level.hpp
Log:
Removed unused files

Deleted: branches/pingus_sdl/src/sexpr_pingus_level.cpp
===================================================================
--- branches/pingus_sdl/src/sexpr_pingus_level.cpp      2007-07-10 04:12:18 UTC 
(rev 2704)
+++ branches/pingus_sdl/src/sexpr_pingus_level.cpp      2007-07-10 04:15:09 UTC 
(rev 2705)
@@ -1,36 +0,0 @@
-/*  $Id$
-**   __      __ __             ___        __   __ __   __
-**  /  \    /  \__| ____    __| _/_______/  |_|__|  | |  |   ____
-**  \   \/\/   /  |/    \  / __ |/  ___/\   __\  |  | |  | _/ __ \
-**   \        /|  |   |  \/ /_/ |\___ \  |  | |  |  |_|  |_\  ___/
-**    \__/\  / |__|___|  /\____ /____  > |__| |__|____/____/\___  >
-**         \/          \/      \/    \/                         \/
-**  Copyright (C) 2005 Ingo Ruhnke <address@hidden>
-**
-**  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
-**  of the License, 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.
-** 
-**  You should have received a copy of the GNU General Public License
-**  along with this program; if not, write to the Free Software
-**  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-**  02111-1307, USA.
-*/
-
-#include "sexpr_pingus_level.hpp"
-
-SExrPingusLevel::SExrPingusLevel(const std::string& res_name,
-                                 const std::string& filename)
-{
-   impl->resname = res_name;
-
-   
-}
-
-/* EOF */

Deleted: branches/pingus_sdl/src/sexpr_pingus_level.hpp
===================================================================
--- branches/pingus_sdl/src/sexpr_pingus_level.hpp      2007-07-10 04:12:18 UTC 
(rev 2704)
+++ branches/pingus_sdl/src/sexpr_pingus_level.hpp      2007-07-10 04:15:09 UTC 
(rev 2705)
@@ -1,37 +0,0 @@
-//  $Id$
-// 
-//  Pingus - A free Lemmings clone
-//  Copyright (C) 2002 Ingo Ruhnke <address@hidden>
-//
-//  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
-//  of the License, 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.
-// 
-//  You should have received a copy of the GNU General Public License
-//  along with this program; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-#ifndef HEADER_SEXPR_PINGUS_LEVEL_HXX
-#define HEADER_SEXPR_PINGUS_LEVEL_HXX
-
-#include "pingus_level.hpp"
-
-/** */
-class SExprPingusLevel : public PingusLevel
-{
-private:
-public:
-  SExrPingusLevel(const std::string& res_name,
-                  const std::string& filename);
-};
-
-
-#endif
-
-/* EOF */





reply via email to

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