summaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-30 08:15:15 +0000
committertron <tron@openttd.org>2005-07-30 08:15:15 +0000
commitc7ddb6f82451615d021e174a72e321c4ac0ae46c (patch)
treefcb9838ba126ecc2e6b3f1a0db222e383543ef41 /hal.h
parentb8c9194b7c65495765f94ae7643c4592f5652427 (diff)
downloadopenttd-c7ddb6f82451615d021e174a72e321c4ac0ae46c.tar.xz
(svn r2757) Remove unused enum
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hal.h b/hal.h
index 1a426a93e..4a3d9cb7d 100644
--- a/hal.h
+++ b/hal.h
@@ -32,11 +32,6 @@ typedef struct {
void (*set_volume)(byte vol);
} HalMusicDriver;
-enum {
- HALERR_OK = 0,
- HALERR_ERROR = 1,
-};
-
VARDEF HalMusicDriver *_music_driver;
VARDEF HalSoundDriver *_sound_driver;
VARDEF HalVideoDriver *_video_driver;