Fix the build and remove a note that is no longer necessary

since the file has been pretty much rewritten anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38587 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-09-08 20:58:36 +00:00
parent 65723d8085
commit 737186ccb0
@@ -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,8 +13,6 @@
#include <Region.h>
#include <Shape.h>
#include "DrawingTidbits.h"
const rgb_color kThumbRed = (rgb_color){ 255, 52, 52, 255 };