mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Remove cruft (unused CANVAS_COMPATIBILITY - 1/3)
This commit is contained in:
parent
c30df32007
commit
34e7c2ffc5
2 changed files with 0 additions and 10 deletions
|
|
@ -269,10 +269,6 @@ public:
|
||||||
std::string whoami() const { return whatami(); }
|
std::string whoami() const { return whatami(); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CANVAS_COMPATIBILITY
|
|
||||||
void grab_focus ();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
const std::string& tooltip () const { return _tooltip; }
|
const std::string& tooltip () const { return _tooltip; }
|
||||||
void set_tooltip (const std::string&);
|
void set_tooltip (const std::string&);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -599,12 +599,6 @@ Item::is_descendant_of (const Item& candidate) const
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
Item::grab_focus ()
|
|
||||||
{
|
|
||||||
/* XXX */
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Item::size_allocate (Rect const & r)
|
Item::size_allocate (Rect const & r)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue