mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
remove unused old API
This commit is contained in:
parent
83904ef575
commit
a1b7c8c91e
2 changed files with 0 additions and 14 deletions
|
|
@ -89,8 +89,6 @@ public:
|
|||
void item_changed (Item *, boost::optional<Rect>);
|
||||
void item_moved (Item *, boost::optional<Rect>);
|
||||
|
||||
virtual Cairo::RefPtr<Cairo::Context> context () = 0;
|
||||
|
||||
Duple canvas_to_window (Duple const&, bool rounded = true) const;
|
||||
Duple window_to_canvas (Duple const&) const;
|
||||
|
||||
|
|
@ -166,8 +164,6 @@ public:
|
|||
void focus (Item *);
|
||||
void unfocus (Item*);
|
||||
|
||||
Cairo::RefPtr<Cairo::Context> context ();
|
||||
|
||||
Rect visible_area () const;
|
||||
Coord width() const;
|
||||
Coord height() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue