aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v2.h
diff options
context:
space:
mode:
authorChris Apers2004-01-08 12:12:46 +0000
committerChris Apers2004-01-08 12:12:46 +0000
commita6f378aee2a4678a42143d43b74dc893bc9c9521 (patch)
tree8c04f9eaead753b9644d2dd8e45df632aa5f5689 /scumm/player_v2.h
parent1fab23ad20033353b1063fbc6ccce14eeaa46ab9 (diff)
downloadscummvm-rg350-a6f378aee2a4678a42143d43b74dc893bc9c9521.tar.gz
scummvm-rg350-a6f378aee2a4678a42143d43b74dc893bc9c9521.tar.bz2
scummvm-rg350-a6f378aee2a4678a42143d43b74dc893bc9c9521.zip
No more needed
svn-id: r12245
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