pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r2524 - trunk/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r2524 - trunk/src
Date: Thu, 1 Dec 2005 22:25:56 +0100

Author: grumbel
Date: 2005-12-01 22:25:55 +0100 (Thu, 01 Dec 2005)
New Revision: 2524

Removed:
   trunk/src/main_menu.cxx
   trunk/src/main_menu.hxx
Log:
- removed some more useless code

Deleted: trunk/src/main_menu.cxx
===================================================================
--- trunk/src/main_menu.cxx     2005-12-01 21:24:40 UTC (rev 2523)
+++ trunk/src/main_menu.cxx     2005-12-01 21:25:55 UTC (rev 2524)
@@ -1,35 +0,0 @@
-//  $Id: main_menu.cxx,v 1.3 2003/10/18 23:17:27 grumbel Exp $
-//
-//  Pingus - A free Lemmings clone
-//  Copyright (C) 1999 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 "main_menu.hxx"
-
-namespace Pingus {
-
-MainMenu::MainMenu()
-{
-}
-
-void
-MainMenu::start(void)
-{
-}
-
-} // namespace Pingus
-
-/* EOF */

Deleted: trunk/src/main_menu.hxx
===================================================================
--- trunk/src/main_menu.hxx     2005-12-01 21:24:40 UTC (rev 2523)
+++ trunk/src/main_menu.hxx     2005-12-01 21:25:55 UTC (rev 2524)
@@ -1,43 +0,0 @@
-//  $Id: main_menu.hxx,v 1.7 2003/10/18 23:17:27 grumbel Exp $
-//
-//  Pingus - A free Lemmings clone
-//  Copyright (C) 1999 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_PINGUS_MAIN_MENU_HXX
-#define HEADER_PINGUS_MAIN_MENU_HXX
-
-#include "pingus.hxx"
-
-namespace Pingus {
-
-class MainMenu
-{
-private:
-public:
-  MainMenu ();
-  void start (void);
-
-private:
-  MainMenu (const MainMenu&);
-  MainMenu& operator= (const MainMenu&);
-};
-
-} // namespace Pingus
-
-#endif
-
-/* EOF */





reply via email to

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