code cleanup: remove unimplemented classes and structs

Remove forward declared but not implemented classes and structs.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-06-13 21:33:59 +02:00 committed by Dirk Hohndel
parent db39f1a847
commit 26a0e741b8
3 changed files with 0 additions and 10 deletions

View file

@ -14,7 +14,6 @@ class DiveCartesianAxis;
class QGraphicsLineItem;
class QGraphicsSimpleTextItem;
class QGraphicsPixmapItem;
struct graphics_context;
/* To use a tooltip, simply ->setToolTip on the QGraphicsItem that you want
* or, if it's a "global" tooltip, set it on the mouseMoveEvent of the ProfileGraphicsView.