diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-23 21:32:25 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 07:32:01 -0700 |
commit | 8a1e4b04db048b3809456394c6c55643826a751b (patch) | |
tree | 81ed8383c8922f343298e736368964b1031d2f19 /qt-ui/diveplanner.h | |
parent | e6c294f718c37e24729132c586b73b1dc0047acf (diff) | |
download | subsurface-8a1e4b04db048b3809456394c6c55643826a751b.tar.gz |
Remove unused code.
This code is not ported to the new profile, but from what I
can understand from it, it doesn't need to be. The purpose
of this code was to setup the correct colors and strings
for the current mouse position, we already do this on the
Profile in a different way, on the Notification Area.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index e6b534430..524c95f55 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -159,7 +159,6 @@ public: protected: virtual void showEvent(QShowEvent *event); virtual void resizeEvent(QResizeEvent *event); - virtual void mouseMoveEvent(QMouseEvent *event); qreal fromPercent(qreal percent, Qt::Orientation orientation); public slots: |