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.cpp | 2 +- backends/wince/CELauncherDialog.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'backends/wince') diff --git a/backends/wince/CELauncherDialog.cpp b/backends/wince/CELauncherDialog.cpp index 90675fb3da..243b5e5ea3 100644 --- a/backends/wince/CELauncherDialog.cpp +++ b/backends/wince/CELauncherDialog.cpp @@ -72,7 +72,7 @@ public: }; -CELauncherDialog::CELauncherDialog(GameDetector &detector) : GUI::LauncherDialog(detector) { +CELauncherDialog::CELauncherDialog() : GUI::LauncherDialog() { } void CELauncherDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) { 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