summaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-23 17:22:39 +0000
committertron <tron@openttd.org>2005-07-23 17:22:39 +0000
commit4a14350711dfb757d9638c13c3ca2c9e9845bdbf (patch)
tree62ce78296ec083a80ef43ac8a389189805afc849 /hal.h
parent60d2232c609c595adadb4bca90e0ad3d3de0ce17 (diff)
downloadopenttd-4a14350711dfb757d9638c13c3ca2c9e9845bdbf.tar.xz
(svn r2691) Separate dedicated video driver and fix bemidi declarations
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/hal.h b/hal.h
index 3d3e2a942..0edd516cc 100644
--- a/hal.h
+++ b/hal.h
@@ -55,12 +55,6 @@ extern const DriverDesc _video_driver_descs[];
extern const DriverDesc _sound_driver_descs[];
extern const DriverDesc _music_driver_descs[];
-#if defined(__BEOS__)
-extern const HalMusicDriver _bemidi_music_driver;
-#endif
-
-extern const HalVideoDriver _dedicated_video_driver;
-
enum DriverType {
VIDEO_DRIVER = 0,
SOUND_DRIVER = 1,