mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
clean up ArdourCanvas::Arrow implementation to remove unshown polygon/head
This commit is contained in:
parent
f391837e1a
commit
7bbd63dc39
2 changed files with 30 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue