- Avoid some expensive SDL_GetTicks() calls
[supertux.git] / src / audio / sound_manager.hpp
index b2c5cc9..e93113b 100644 (file)
@@ -16,7 +16,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
 #ifndef __SOUND_MANAGER_H__
 #define __SOUND_MANAGER_H__
 
@@ -28,8 +27,6 @@
 #include <AL/al.h>
 #include "math/vector.hpp"
 
-typedef void* SoundHandle;
-
 class SoundFile;
 class SoundSource;
 class StreamSoundSource;