From 737186ccb0277df69af895aa870706cd4db075dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 8 Sep 2010 20:58:36 +0000 Subject: [PATCH] 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 --- src/apps/mediaplayer/interface/SeekSlider.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/apps/mediaplayer/interface/SeekSlider.cpp b/src/apps/mediaplayer/interface/SeekSlider.cpp index e71ce6d25a..27a4c4861b 100644 --- a/src/apps/mediaplayer/interface/SeekSlider.cpp +++ b/src/apps/mediaplayer/interface/SeekSlider.cpp @@ -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 #include -#include "DrawingTidbits.h" - const rgb_color kThumbRed = (rgb_color){ 255, 52, 52, 255 };