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

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 8 Sep 2010 22:58:36 +0200 (CEST)

Author: stippi
Date: 2010-09-08 22:58:36 +0200 (Wed, 08 Sep 2010)
New Revision: 38587
Changeset: http://dev.haiku-os.org/changeset/38587

Modified:
   haiku/trunk/src/apps/mediaplayer/interface/SeekSlider.cpp
Log:
Fix the build and remove a note that is no longer necessary
since the file has been pretty much rewritten anyway.


Modified: haiku/trunk/src/apps/mediaplayer/interface/SeekSlider.cpp
===================================================================
--- haiku/trunk/src/apps/mediaplayer/interface/SeekSlider.cpp   2010-09-08 
19:52:50 UTC (rev 38586)
+++ haiku/trunk/src/apps/mediaplayer/interface/SeekSlider.cpp   2010-09-08 
20:58:36 UTC (rev 38587)
@@ -3,9 +3,6 @@
  * All rights reserved. Distributed under the terms of the MIT License.
  */
 
-// NOTE: Based on my code in the BeOS interface for the VLC media player
-// that I did during the VLC 0.4.3 - 0.4.6 times. Code not written by me
-// removed. -Stephan Aßmus
 
 #include "SeekSlider.h"
 
@@ -16,9 +13,7 @@
 #include <Region.h>
 #include <Shape.h>
 
-#include "DrawingTidbits.h"
 
-
 const rgb_color kThumbRed = (rgb_color){ 255, 52, 52, 255 };
 
 const char* kDisabledSeekMessage = "Drop files to play";


Other related posts:

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