Removed dead code and updated copyright.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39082 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-10-23 20:08:40 +00:00
parent 6389df937b
commit d129a68a72

View File

@ -1,5 +1,5 @@
/*
* Copyright © 2006-2008 Stephan Aßmus <superstippi@gmx.de>
* Copyright 2006-2010 Stephan Aßmus <superstippi@gmx.de>
* All rights reserved. Distributed under the terms of the MIT License.
*/
@ -39,12 +39,6 @@ enum {
MSG_SET_MUTE = 'stmt',
};
#define BORDER_INSET 6.0
#define MIN_SPACE 4.0
#define SPEAKER_SLIDER_DIST 6.0
#define VOLUME_MIN_WIDTH 70.0
#define VOLUME_SLIDER_LAYOUT_WEIGHT 2.0
// the range of the volume sliders (in dB)
#define kVolumeDbMax 6.0
#define kVolumeDbMin -60.0