summaryrefslogtreecommitdiffstats
path: root/ellipse.h
diff options
context:
space:
mode:
Diffstat (limited to 'ellipse.h')
-rw-r--r--ellipse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ellipse.h b/ellipse.h
index 5f3fced..6d27c9b 100644
--- a/ellipse.h
+++ b/ellipse.h
@@ -11,7 +11,6 @@ public:
// Line interface
public:
- virtual bool isHit(const QPoint &clickPoint);
virtual void draw(QPainter *painter);
};