[Scummvm-cvs-logs] scummvm master -> 84ed361370a83d1806cd146562c4debf3a6aa767
lordhoto
lordhoto at gmail.com
Thu Jun 14 03:00:40 CEST 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
84ed361370 GUI: Remove unused SaveLoadChooser::setList.
Commit: 84ed361370a83d1806cd146562c4debf3a6aa767
https://github.com/scummvm/scummvm/commit/84ed361370a83d1806cd146562c4debf3a6aa767
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2012-06-13T17:59:52-07:00
Commit Message:
GUI: Remove unused SaveLoadChooser::setList.
Changed paths:
gui/saveload.h
diff --git a/gui/saveload.h b/gui/saveload.h
index e81b10d..a19f5ab 100644
--- a/gui/saveload.h
+++ b/gui/saveload.h
@@ -66,7 +66,7 @@ public:
~SaveLoadChooser();
virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);
- void setList(const StringArray& list);
+
/**
* Runs the save/load chooser with the currently active config manager
* domain as target.
More information about the Scummvm-git-logs
mailing list