summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/audiowidget.cpp
authorsimon <simon>2002-12-08 21:22:34 (UTC)
committer simon <simon>2002-12-08 21:22:34 (UTC)
commit10cf937a493866cfa0df9569f67c8cad25c62a5b (patch) (side-by-side diff)
tree95719a27fb96ecb6c115f7816265a0377787db64 /noncore/multimedia/opieplayer2/audiowidget.cpp
parenta78a8d830d81adc8c6e9b2131329d72aa0c18b55 (diff)
downloadopie-10cf937a493866cfa0df9569f67c8cad25c62a5b.zip
opie-10cf937a493866cfa0df9569f67c8cad25c62a5b.tar.gz
opie-10cf937a493866cfa0df9569f67c8cad25c62a5b.tar.bz2
- unused variables removed
Diffstat (limited to 'noncore/multimedia/opieplayer2/audiowidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/audiowidget.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/noncore/multimedia/opieplayer2/audiowidget.cpp b/noncore/multimedia/opieplayer2/audiowidget.cpp
index 4172da0..7fb3781 100644
--- a/noncore/multimedia/opieplayer2/audiowidget.cpp
+++ b/noncore/multimedia/opieplayer2/audiowidget.cpp
@@ -56,26 +56,6 @@ namespace
const int xo = -2; // movable x offset
const int yo = 22; // movable y offset
-struct MediaButton {
- bool isToggle, isHeld, isDown;
-};
-
-//Layout information for the audioButtons (and if it is a toggle button or not)
-/*
-MediaWidget::Button audioButtons[] = {
- { TRUE, FALSE, FALSE }, // play
- { FALSE, FALSE, FALSE }, // stop
- { FALSE, FALSE, FALSE }, // next
- { FALSE, FALSE, FALSE }, // previous
- { FALSE, FALSE, FALSE }, // volume up
- { FALSE, FALSE, FALSE }, // volume down
- { TRUE, FALSE, FALSE }, // repeat/loop
- { FALSE, FALSE, FALSE }, // playlist
- { FALSE, FALSE, FALSE }, // forward
- { FALSE, FALSE, FALSE } // back
-};
-*/
-
const char * const skin_mask_file_names[10] = {
"play", "stop", "next", "prev", "up",
"down", "loop", "playlist", "forward", "back"
@@ -88,8 +68,6 @@ void changeTextColor( QWidget * w) {
w->setPalette( p );
}
-//const int numButtons = (sizeof(audioButtons)/sizeof(MediaWidget::Button));
-
}
AudioWidget::AudioWidget( PlayListWidget &playList, MediaPlayerState &mediaPlayerState, QWidget* parent, const char* name) :