pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r2526 - trunk/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r2526 - trunk/src
Date: Thu, 1 Dec 2005 22:28:17 +0100

Author: grumbel
Date: 2005-12-01 22:28:17 +0100 (Thu, 01 Dec 2005)
New Revision: 2526

Removed:
   trunk/src/html_browser.cxx
   trunk/src/html_browser.hxx
Modified:
   trunk/src/SConscript
Log:
- removed some more useless code

Modified: trunk/src/SConscript
===================================================================
--- trunk/src/SConscript        2005-12-01 21:26:05 UTC (rev 2525)
+++ trunk/src/SConscript        2005-12-01 21:28:17 UTC (rev 2526)
@@ -135,7 +135,6 @@
 'gui/screen_manager.cxx', 
 'gui/screen_ptr.cxx', 
 'gui/surface_button.cxx', 
-'html_browser.cxx', 
 'input/axes/button_axis.cxx', 
 'input/axes/inverted_axis.cxx', 
 'input/axes/joystick_axis.cxx', 

Deleted: trunk/src/html_browser.cxx
===================================================================
--- trunk/src/html_browser.cxx  2005-12-01 21:26:05 UTC (rev 2525)
+++ trunk/src/html_browser.cxx  2005-12-01 21:28:17 UTC (rev 2526)
@@ -1,41 +0,0 @@
-//  $Id: html_browser.cxx,v 1.3 2003/10/18 23:17:27 grumbel Exp $
-//
-//  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 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 <stdlib.h>
-#include <iostream>
-#include "html_browser.hxx"
-
-namespace Pingus {
-
-void
-HTMLBrowser::launch (const std::string& url)
-{
-  std::cout << "HTMLBrowser: Trying to launch: " << url << std::endl;
-
-#ifndef WIN32
-  int ret = system (("galeon --existing " + url + " &").c_str ());
-  std::cout << "System return value: " << ret << std::endl;
-#else
-  std::cout << "HTMLBrowser not implemented" << std::endl;
-#endif
-}
-
-} // namespace Pingus
-
-/* EOF */

Deleted: trunk/src/html_browser.hxx
===================================================================
--- trunk/src/html_browser.hxx  2005-12-01 21:26:05 UTC (rev 2525)
+++ trunk/src/html_browser.hxx  2005-12-01 21:28:17 UTC (rev 2526)
@@ -1,42 +0,0 @@
-//  $Id: html_browser.hxx,v 1.5 2003/10/18 23:17:27 grumbel Exp $
-//
-//  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 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 PINGUS_HTML_BROWSER_HXX
-#define PINGUS_HTML_BROWSER_HXX
-
-#include "pingus.hxx"
-#include <string>
-
-namespace Pingus {
-
-/** Class for launching a HTMLBrowser */
-class HTMLBrowser
-{
-private:
-
-public:
-  /** Launch a webbrowser with the given url */
-  static void launch (const std::string& url);
-};
-
-} // namespace Pingus
-
-#endif
-
-/* EOF */





reply via email to

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