drop use of bounding box to determine whether an item covers a point; add Item::cover...
[ardour.git] / libs / canvas / line_set.cc
index dc9f54e10b7adad5aff5949d28cdac95d77789ca..1625e0478dd80cee7fe0e9f15b41664330242648 100644 (file)
@@ -104,3 +104,9 @@ LineSet::clear ()
        _bounding_box_dirty = true;
        end_change ();
 }
+
+bool
+LineSet::covers (Duple const & /*point*/) const
+{
+       return false;
+}