From a6f378aee2a4678a42143d43b74dc893bc9c9521 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Thu, 8 Jan 2004 12:12:46 +0000 Subject: No more needed svn-id: r12245 --- scumm/player_v2.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'scumm/player_v2.h') diff --git a/scumm/player_v2.h b/scumm/player_v2.h index e5fe479f5c..99a1139bc7 100644 --- a/scumm/player_v2.h +++ b/scumm/player_v2.h @@ -84,18 +84,6 @@ public: virtual int getMusicTimer() const; virtual int getSoundStatus(int sound) const; -#ifdef __PALM_OS__ -private: - const uint8 *note_lengths; - const uint16 *hull_offsets; - const int16 *hulls; - const uint16 *freqmod_lengths; - const uint16 *freqmod_offsets; - const int8 *freqmod_table; - const uint16 *spk_freq_table; - const uint16 *pcjr_freq_table; -#endif - protected: bool _isV3Game; SoundMixer *_mixer; @@ -165,4 +153,4 @@ private: } // End of namespace Scumm -#endif +#endif \ No newline at end of file -- cgit v1.2.3