From 6321cfc874ee95b9b2471783a18f4173fb60ab78 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 4 May 2006 22:52:18 +0000 Subject: Turned the last remaining few GameDetector methods into static methods svn-id: r22344 --- backends/wince/CELauncherDialog.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'backends/wince/CELauncherDialog.h') diff --git a/backends/wince/CELauncherDialog.h b/backends/wince/CELauncherDialog.h index f612b53b97..7cb54a3f56 100644 --- a/backends/wince/CELauncherDialog.h +++ b/backends/wince/CELauncherDialog.h @@ -25,14 +25,13 @@ #include "backends/fs/fs.h" -#include "base/gameDetector.h" #include "base/plugins.h" #include "gui/launcher.h" class CELauncherDialog : public GUI::LauncherDialog { public: - CELauncherDialog(GameDetector &detector); + CELauncherDialog(); virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data); protected: void addGame(); -- cgit v1.2.3