summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/videowidget.cpp
Side-by-side diff
Diffstat (limited to 'noncore/multimedia/opieplayer2/videowidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/videowidget.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/noncore/multimedia/opieplayer2/videowidget.cpp b/noncore/multimedia/opieplayer2/videowidget.cpp
index efd756c..6e2e03e 100644
--- a/noncore/multimedia/opieplayer2/videowidget.cpp
+++ b/noncore/multimedia/opieplayer2/videowidget.cpp
@@ -59,24 +59,10 @@ namespace
const int xo = 2; // movable x offset
const int yo = 0; // movable y offset
-/*
-MediaWidget::Button videoButtons[] = {
- { FALSE, FALSE, FALSE }, // stop
- { TRUE, FALSE, FALSE }, // play
- { FALSE, FALSE, FALSE }, // previous
- { FALSE, FALSE, FALSE }, // next
- { FALSE, FALSE, FALSE }, // volUp
- { FALSE, FALSE, FALSE }, // volDown
- { TRUE, FALSE, FALSE } // fullscreen
-};
-*/
-
const char * const skinV_mask_file_names[7] = {
"stop","play","back","fwd","up","down","full"
};
-//const int numVButtons = (sizeof(videoButtons)/sizeof(MediaWidget::Button));
-
}
VideoWidget::VideoWidget( PlayListWidget &playList, MediaPlayerState &mediaPlayerState, QWidget* parent, const char* name )