mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
remove default/testing tooltips from the canvas
This commit is contained in:
parent
7263877f06
commit
b945fa69ba
1 changed files with 0 additions and 6 deletions
|
|
@ -45,8 +45,6 @@ Item::Item (Canvas* canvas)
|
|||
, _lut (0)
|
||||
, _ignore_events (false)
|
||||
{
|
||||
_tooltip = "This is a tooltip";
|
||||
|
||||
DEBUG_TRACE (DEBUG::CanvasItems, string_compose ("new canvas item %1\n", this));
|
||||
}
|
||||
|
||||
|
|
@ -61,8 +59,6 @@ Item::Item (Item* parent)
|
|||
, _lut (0)
|
||||
, _ignore_events (false)
|
||||
{
|
||||
_tooltip = "This is a tooltip";
|
||||
|
||||
DEBUG_TRACE (DEBUG::CanvasItems, string_compose ("new canvas item %1\n", this));
|
||||
|
||||
if (parent) {
|
||||
|
|
@ -84,8 +80,6 @@ Item::Item (Item* parent, Duple const& p)
|
|||
, _lut (0)
|
||||
, _ignore_events (false)
|
||||
{
|
||||
_tooltip = "This is a tooltip";
|
||||
|
||||
DEBUG_TRACE (DEBUG::CanvasItems, string_compose ("new canvas item %1\n", this));
|
||||
|
||||
if (parent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue