summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas/wave_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-11-04 11:56:10 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2013-11-04 11:56:10 -0500
commit6473cc7cb431abe71721341c550130e61cf64aa1 (patch)
tree1f0a2c5783e883d817d4667269abd73d0fdb5afb /libs/canvas/canvas/wave_view.h
parent08b485db75082a21c3814b0a4517f2b2fc994b77 (diff)
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
Default implementation for Item still uses bounding box, but specializations for Arc (Circle), Polygon, Line and PolyLine have been added
Diffstat (limited to 'libs/canvas/canvas/wave_view.h')
-rw-r--r--libs/canvas/canvas/wave_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/canvas/canvas/wave_view.h b/libs/canvas/canvas/wave_view.h
index fc39d7e555..05bd00f5ad 100644
--- a/libs/canvas/canvas/wave_view.h
+++ b/libs/canvas/canvas/wave_view.h
@@ -97,7 +97,6 @@ public:
double gradient_depth() const { return _gradient_depth; }
void set_shape (Shape);
-
/* currently missing because we don't need them (yet):
set_shape_independent();
set_logscaled_independent()