diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-23 21:29:14 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 07:31:27 -0700 |
commit | e6c294f718c37e24729132c586b73b1dc0047acf (patch) | |
tree | 19db427090d356045885b84adf2464013e57cfdd /qt-ui/diveplanner.h | |
parent | 963178d3d4513b9c3e9a67ae56ae7e9fa6248304 (diff) | |
download | subsurface-e6c294f718c37e24729132c586b73b1dc0047acf.tar.gz |
Remove code already ported to the new profile.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index a56d403fc..e6b534430 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -160,8 +160,6 @@ protected: virtual void showEvent(QShowEvent *event); virtual void resizeEvent(QResizeEvent *event); virtual void mouseMoveEvent(QMouseEvent *event); - virtual void mousePressEvent(QMouseEvent *event); - virtual void mouseReleaseEvent(QMouseEvent *event); qreal fromPercent(qreal percent, Qt::Orientation orientation); public slots: |