summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/videowidget.cpp
Side-by-side diff
Diffstat (limited to 'noncore/multimedia/opieplayer2/videowidget.cpp') (more/less context) (show 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
@@ -61,14 +61,2 @@ 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] = {
@@ -77,4 +65,2 @@ const char * const skinV_mask_file_names[7] = {
-//const int numVButtons = (sizeof(videoButtons)/sizeof(MediaWidget::Button));
-
}