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/dc/DCLauncherDialog.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'backends/dc/DCLauncherDialog.h') diff --git a/backends/dc/DCLauncherDialog.h b/backends/dc/DCLauncherDialog.h index aa35ff90fe..7dffcaa576 100644 --- a/backends/dc/DCLauncherDialog.h +++ b/backends/dc/DCLauncherDialog.h @@ -22,11 +22,8 @@ */ class DCLauncherDialog { - private: - GameDetector &_detector; - public: - DCLauncherDialog(GameDetector &d) : _detector(d) {} + DCLauncherDialog() {} int runModal(); }; -- cgit v1.2.3