aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/CELauncherDialog.h
diff options
context:
space:
mode:
authorKostas Nakos2007-02-03 19:04:24 +0000
committerKostas Nakos2007-02-03 19:04:24 +0000
commit9c5e62fb0408aeae98dcc9124c7090453768879d (patch)
tree030e569bdc506310839fc8984ad54d604e76078d /backends/platform/wince/CELauncherDialog.h
parent04e76156efa0946586bf0f7f1353f2a0cf469f61 (diff)
downloadscummvm-rg350-9c5e62fb0408aeae98dcc9124c7090453768879d.tar.gz
scummvm-rg350-9c5e62fb0408aeae98dcc9124c7090453768879d.tar.bz2
scummvm-rg350-9c5e62fb0408aeae98dcc9124c7090453768879d.zip
update to new detector
svn-id: r25355
Diffstat (limited to 'backends/platform/wince/CELauncherDialog.h')
-rw-r--r--backends/platform/wince/CELauncherDialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/wince/CELauncherDialog.h b/backends/platform/wince/CELauncherDialog.h
index 1a9091b15b..ee0b4e96b0 100644
--- a/backends/platform/wince/CELauncherDialog.h
+++ b/backends/platform/wince/CELauncherDialog.h
@@ -33,7 +33,6 @@ public:
virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);
protected:
void addGame();
- void addCandidate(Common::String path, DetectedGameList &candidates);
void automaticScanDirectory(const FilesystemNode &node);
};