Remove cruft (unused CANVAS_COMPATIBILITY - 1/3)
This commit is contained in:
@@ -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&);
|
||||
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user