summaryrefslogtreecommitdiff
path: root/src/frontend/keychooser/cscrollbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/keychooser/cscrollbutton.cpp')
-rw-r--r--src/frontend/keychooser/cscrollbutton.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/frontend/keychooser/cscrollbutton.cpp b/src/frontend/keychooser/cscrollbutton.cpp
index 9a92b5f..775d4db 100644
--- a/src/frontend/keychooser/cscrollbutton.cpp
+++ b/src/frontend/keychooser/cscrollbutton.cpp
@@ -2,7 +2,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2011 by the BibleTime developers.
+* Copyright 1999-2014 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -24,10 +24,6 @@ CScrollButton::CScrollButton(QWidget *parent)
setCursor(Qt::SplitVCursor);
}
-CScrollButton::~CScrollButton() {
- // Intentionally empty
-}
-
void CScrollButton::mousePressEvent(QMouseEvent *e) {
if (m_isLocked) return;
if (e->button() != Qt::LeftButton) return;