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 };