remove unused old API

This commit is contained in:
Robin Gareus 2014-10-28 01:27:14 +01:00 committed by Paul Davis
parent 83904ef575
commit a1b7c8c91e
2 changed files with 0 additions and 14 deletions

View file

@ -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;