From c97ee14a65afc0b8a11ef5c10105e966f67a5934 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 10 Mar 2010 21:01:44 +0000 Subject: Remove last traces of OSystem::getOutputSampleRate() svn-id: r48229 --- backends/platform/wince/wince-sdl.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'backends/platform/wince/wince-sdl.h') diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h index 1aff930989..bbe601983e 100644 --- a/backends/platform/wince/wince-sdl.h +++ b/backends/platform/wince/wince-sdl.h @@ -132,7 +132,6 @@ protected: int getDefaultGraphicsMode() const; bool openCD(int drive); - int getOutputSampleRate() const; bool hasFeature(Feature f); void setFeatureState(Feature f, bool enable); @@ -153,7 +152,7 @@ private: void create_toolbar(); void update_game_settings(); void check_mappings(); - void compute_sample_rate(); + uint32 compute_sample_rate(); void retrieve_mouse_location(int &x, int &y); @@ -163,8 +162,6 @@ private: SDL_Surface *_toolbarHigh; // toolbar 640x80 bool _toolbarHighDrawn; // cache toolbar 640x80 - uint16 _sampleRate; // current audio sample rate - bool _freeLook; // freeLook mode (do not send mouse button events) bool _forceHideMouse; // force invisible mouse cursor -- cgit v1.2.3