diff options
-rw-r--r-- | src/gui/gui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 0d7d58e2..6c515b51 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -51,9 +51,6 @@ BITMAP *gui_bitmap; bool drag; DATAFILE *gui_gfx; -#ifndef WIN32 -extern Sound sound; -#endif /* very internal update stuff */ int (*gui__external_slider_callback)(void *, int); |