pingus-cvs
[Top][All Lists]
Advanced

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

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


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3921 - trunk/pingus/src
Date: Sun, 27 Jul 2008 19:10:14 +0200

Author: grumbel
Date: 2008-07-27 19:10:13 +0200 (Sun, 27 Jul 2008)
New Revision: 3921

Modified:
   trunk/pingus/src/system.cpp
   trunk/pingus/src/system.hpp
Log:
Unused functions removed

Modified: trunk/pingus/src/system.cpp
===================================================================
--- trunk/pingus/src/system.cpp 2008-07-27 17:02:31 UTC (rev 3920)
+++ trunk/pingus/src/system.cpp 2008-07-27 17:10:13 UTC (rev 3921)
@@ -211,14 +211,6 @@
 #endif
 }
 
-/** Change into the directory named dir, on error throw an PingusError */
-void
-System::change_dir (std::string dir)
-{
-  std::cout << "System: change_dir: " << dir << std::endl;
-  chdir(dir.c_str());
-}
-
 std::string
 System::find_userdir()
 {

Modified: trunk/pingus/src/system.hpp
===================================================================
--- trunk/pingus/src/system.hpp 2008-07-27 17:02:31 UTC (rev 3920)
+++ trunk/pingus/src/system.hpp 2008-07-27 17:10:13 UTC (rev 3921)
@@ -62,9 +62,6 @@
       @param dir The name of the directory */
   static void create_dir(std::string dir);
 
-  /** Change into the directory named dir, on error throw an PingusError */
-  static void change_dir (std::string dir);
-
   /** Check if all needed directories are available, if not then create
       them. */
   static void init_directories();





reply via email to

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