mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Canvas: remove unnecessary and conflicting enum
This commit is contained in:
parent
2e4d228f54
commit
9909917976
1 changed files with 0 additions and 5 deletions
|
|
@ -50,11 +50,6 @@ enum Orientation {
|
|||
Vertical = 0x2,
|
||||
};
|
||||
|
||||
enum Dimension {
|
||||
Width = 0x1,
|
||||
Height = 0x2
|
||||
};
|
||||
|
||||
inline Coord
|
||||
canvas_safe_add (Coord a, Coord b)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue