diff options
Diffstat (limited to 'src/ui/display.cpp')
| -rw-r--r-- | src/ui/display.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/display.cpp b/src/ui/display.cpp index fc9b2b9bb..d9967b74b 100644 --- a/src/ui/display.cpp +++ b/src/ui/display.cpp @@ -68,7 +68,6 @@ MainDisplay::MainDisplay (QWidget *parent) Button *stop = new Button (this, Skin::BT_STOP_N,Skin::BT_STOP_P); stop->move (85, 88); connect (stop,SIGNAL (clicked()),parent,SLOT (stop())); - connect (stop,SIGNAL (clicked()),this,SLOT (hideTimeDisplay())); Button *next = new Button (this, Skin::BT_NEXT_N,Skin::BT_NEXT_P); next->move (108, 88); connect (next,SIGNAL (clicked()),parent,SLOT (next())); @@ -274,13 +273,6 @@ void MainDisplay::setIsShuffle(bool yes) m_shuffleButton->setON(yes); } - -void MainDisplay::hideTimeDisplay() -{ - m_timeIndicator->setNeedToShowTime(false); -} - - void MainDisplay::mousePressEvent(QMouseEvent *e) { if (e->button() == Qt::RightButton) |
