Remove cruft (unused CANVAS_COMPATIBILITY - 1/3)

This commit is contained in:
Robin Gareus 2022-11-19 21:49:01 +01:00
parent c30df32007
commit 34e7c2ffc5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 0 additions and 10 deletions

View File

@ -269,10 +269,6 @@ public:
std::string whoami() const { return whatami(); }
#endif
#ifdef CANVAS_COMPATIBILITY
void grab_focus ();
#endif
const std::string& tooltip () const { return _tooltip; }
void set_tooltip (const std::string&);

View File

@ -599,12 +599,6 @@ Item::is_descendant_of (const Item& candidate) const
return false;
}
void
Item::grab_focus ()
{
/* XXX */
}
void
Item::size_allocate (Rect const & r)
{