[haiku-commits] r39082 - haiku/trunk/src/apps/mediaplayer/interface

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 23 Oct 2010 22:08:40 +0200 (CEST)

Author: stippi
Date: 2010-10-23 22:08:40 +0200 (Sat, 23 Oct 2010)
New Revision: 39082
Changeset: http://dev.haiku-os.org/changeset/39082

Modified:
   haiku/trunk/src/apps/mediaplayer/interface/TransportControlGroup.cpp
Log:
Removed dead code and updated copyright.


Modified: haiku/trunk/src/apps/mediaplayer/interface/TransportControlGroup.cpp
===================================================================
--- haiku/trunk/src/apps/mediaplayer/interface/TransportControlGroup.cpp        
2010-10-23 20:05:24 UTC (rev 39081)
+++ haiku/trunk/src/apps/mediaplayer/interface/TransportControlGroup.cpp        
2010-10-23 20:08:40 UTC (rev 39082)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2006-2008 Stephan Aßmus <superstippi@xxxxxx>
+ * Copyright 2006-2010 Stephan Aßmus <superstippi@xxxxxx>
  * All rights reserved. Distributed under the terms of the MIT License.
  */
 
@@ -39,12 +39,6 @@
        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


Other related posts:

  • » [haiku-commits] r39082 - haiku/trunk/src/apps/mediaplayer/interface - superstippi