[Scummvm-cvs-logs] SF.net SVN: scummvm:[46365] tools/branches/gsoc2009-gui/gui

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Dec 13 21:31:07 CET 2009


Revision: 46365
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46365&view=rev
Author:   fingolfin
Date:     2009-12-13 20:31:07 +0000 (Sun, 13 Dec 2009)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/gui/gui_tools.cpp
    tools/branches/gsoc2009-gui/gui/gui_tools.h

Modified: tools/branches/gsoc2009-gui/gui/gui_tools.cpp
===================================================================
--- tools/branches/gsoc2009-gui/gui/gui_tools.cpp	2009-12-13 20:29:06 UTC (rev 46364)
+++ tools/branches/gsoc2009-gui/gui/gui_tools.cpp	2009-12-13 20:31:07 UTC (rev 46365)
@@ -167,11 +167,3 @@
 
 	_backend->run();
 }
-
-wxString ToolGUI::getExecutable() const {
-#ifdef WIN32
-	return getName() + wxT(".exe");
-#else
-	return getName();
-#endif
-}

Modified: tools/branches/gsoc2009-gui/gui/gui_tools.h
===================================================================
--- tools/branches/gsoc2009-gui/gui/gui_tools.h	2009-12-13 20:29:06 UTC (rev 46364)
+++ tools/branches/gsoc2009-gui/gui/gui_tools.h	2009-12-13 20:31:07 UTC (rev 46365)
@@ -110,12 +110,6 @@
 	bool outputToDirectory() const;
 
 	/**
-	 * Returns the name of the executable of this tool.
-	 * This simple returns the name under *nix, and name.exe under Windows
-	 */
-	wxString getExecutable() const;
-
-	/**
 	 * Runs the actual tool, will throw errors if it fails
 	 */
 	void run(const Configuration &conf) const;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list