clean up ArdourCanvas::Arrow implementation to remove unshown polygon/head

This commit is contained in:
Paul Davis 2014-05-22 22:33:04 -04:00
parent f391837e1a
commit 7bbd63dc39
2 changed files with 30 additions and 11 deletions

View file

@ -72,7 +72,6 @@ private:
/** Representation of a single arrow head */
struct Head {
Polygon* polygon; ///< the polygon which represents its shape
bool show; ///< true if this head should be visible
bool outward; ///< true if this head points out from the line
Distance height; ///< the height of the head
Distance width; ///< the maximum width of the head