From e5f90509a606819dec58b7642c9845373ae364d5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 25 Jun 2004 22:11:48 +0000 Subject: Cleaned up SaveFileManager stuff a little bit svn-id: r14056 --- common/system.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'common/system.h') diff --git a/common/system.h b/common/system.h index ec057dde63..794271f8bb 100644 --- a/common/system.h +++ b/common/system.h @@ -24,10 +24,9 @@ #define COMMON_SYSTEM_H #include "common/scummsys.h" -#include "common/savefile.h" #include "common/util.h" #include "common/rect.h" - +#include "common/savefile.h" /** * Interface for ScummVM backends. If you want to port ScummVM to a system @@ -623,9 +622,7 @@ public: virtual void displayMessageOnOSD(const char *msg); /** Savefile management. */ - virtual SaveFileManager *get_savefile_manager() { - return new SaveFileManager(); - } + virtual SaveFileManager *get_savefile_manager(); //@} }; -- cgit v1.2.3