diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-03-07 13:31:47 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-07 08:56:06 -0800 |
commit | 00c97e710f0090b3a2a8d5fe5b92e5ac0207a4b9 (patch) | |
tree | 7643d93d7cfa5ed3012e71ba2c2269f2c32c851c /qt-ui/profile/diveprofileitem.cpp | |
parent | 8f43ad8100c779b802586394f08d2572911d4d15 (diff) | |
download | subsurface-00c97e710f0090b3a2a8d5fe5b92e5ac0207a4b9.tar.gz |
Remove a Lot of Dead Code.
This is just removal of dead code from the old profile, probably there's
still a bit more to remove, but this is a very good cleanup already.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/diveprofileitem.cpp')
-rw-r--r-- | qt-ui/profile/diveprofileitem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profile/diveprofileitem.cpp b/qt-ui/profile/diveprofileitem.cpp index 77db58eca..454fab0c9 100644 --- a/qt-ui/profile/diveprofileitem.cpp +++ b/qt-ui/profile/diveprofileitem.cpp @@ -5,7 +5,6 @@ #include "divetextitem.h" #include "profile.h" #include "dive.h" -#include "profilegraphics.h" #include "preferences.h" #include "helpers.h" |