diff --git a/src/kits/media/SoundPlayer.cpp b/src/kits/media/SoundPlayer.cpp index 4f8960cb51..7bc205a713 100644 --- a/src/kits/media/SoundPlayer.cpp +++ b/src/kits/media/SoundPlayer.cpp @@ -4,16 +4,13 @@ * DESCR: ***********************************************************************/ #include -#include "SoundPlayer.h" #include +#include #include #include "debug.h" #include "SoundPlayNode.h" - -/* this is the normal volume DB range of 16 bit integer */ -const float minDB = -96; -const float maxDB = 0; +#include "SoundPlayer.h" /************************************************************* * public sound_error