pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3889 - trunk/pingus/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3889 - trunk/pingus/src
Date: Mon, 21 Jul 2008 19:21:46 +0200

Author: grumbel
Date: 2008-07-21 19:21:46 +0200 (Mon, 21 Jul 2008)
New Revision: 3889

Removed:
   trunk/pingus/src/pingus_sub_menu.cpp
   trunk/pingus/src/pingus_sub_menu.hpp
Modified:
   trunk/pingus/src/pingus_menu.hpp
Log:
Removed unused code

Modified: trunk/pingus/src/pingus_menu.hpp
===================================================================
--- trunk/pingus/src/pingus_menu.hpp    2008-07-21 17:17:04 UTC (rev 3888)
+++ trunk/pingus/src/pingus_menu.hpp    2008-07-21 17:21:46 UTC (rev 3889)
@@ -20,7 +20,6 @@
 #include <vector>
 #include <memory>
 #include "fonts.hpp"
-#include "pingus_sub_menu.hpp"
 #include "screen/gui_screen.hpp"
 
 namespace GUI {

Deleted: trunk/pingus/src/pingus_sub_menu.cpp
===================================================================
--- trunk/pingus/src/pingus_sub_menu.cpp        2008-07-21 17:17:04 UTC (rev 
3888)
+++ trunk/pingus/src/pingus_sub_menu.cpp        2008-07-21 17:21:46 UTC (rev 
3889)
@@ -1,30 +0,0 @@
-//  Pingus - A free Lemmings clone
-//  Copyright (C) 2000 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 3 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, see <http://www.gnu.org/licenses/>.
-
-#include "pingus_sub_menu.hpp"
-
-
-PingusSubMenu::PingusSubMenu (PingusMenuManager* m)
-  : manager (m)
-{
-}
-
-PingusSubMenu::~PingusSubMenu ()
-{
-}
-
-
-/* EOF */

Deleted: trunk/pingus/src/pingus_sub_menu.hpp
===================================================================
--- trunk/pingus/src/pingus_sub_menu.hpp        2008-07-21 17:17:04 UTC (rev 
3888)
+++ trunk/pingus/src/pingus_sub_menu.hpp        2008-07-21 17:21:46 UTC (rev 
3889)
@@ -1,45 +0,0 @@
-//  Pingus - A free Lemmings clone
-//  Copyright (C) 2000 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 3 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, see <http://www.gnu.org/licenses/>.
-
-#ifndef HEADER_PINGUS_PINGUS_SUB_MENU_HPP
-#define HEADER_PINGUS_PINGUS_SUB_MENU_HPP
-
-#include "screen/gui_screen.hpp"
-
-
-class PingusMenuManager;
-
-class PingusSubMenu : public GUIScreen
-{
-protected:
-  PingusMenuManager* manager;
-
-public:
-  PingusSubMenu (PingusMenuManager* m);
-  virtual ~PingusSubMenu ();
-
-  /// Return a handle to the parent menu manager
-  PingusMenuManager* get_manager () { return manager; }
-
-private:
-  PingusSubMenu (const PingusSubMenu&);
-  PingusSubMenu& operator= (const PingusSubMenu&);
-};
-
-
-#endif
-
-/* EOF */





reply via email to

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