aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_v2.h')
-rw-r--r--scumm/player_v2.h14
1 files changed, 1 insertions, 13 deletions
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