mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
NO-OP: move source file location of ~AudioClipEditor
This commit is contained in:
parent
91cee544c2
commit
3c5b4ce1b0
1 changed files with 10 additions and 10 deletions
|
|
@ -88,6 +88,16 @@ AudioClipEditor::AudioClipEditor (std::string const & name, bool with_transport)
|
|||
set_action_defaults ();
|
||||
}
|
||||
|
||||
|
||||
AudioClipEditor::~AudioClipEditor ()
|
||||
{
|
||||
EC_LOCAL_TEMPO_SCOPE;
|
||||
|
||||
drop_grid ();
|
||||
drop_waves ();
|
||||
delete clip_metric;
|
||||
}
|
||||
|
||||
void
|
||||
AudioClipEditor::load_shared_bindings ()
|
||||
{
|
||||
|
|
@ -252,16 +262,6 @@ AudioClipEditor::build_canvas ()
|
|||
|
||||
set_colors ();
|
||||
}
|
||||
|
||||
AudioClipEditor::~AudioClipEditor ()
|
||||
{
|
||||
EC_LOCAL_TEMPO_SCOPE;
|
||||
|
||||
drop_grid ();
|
||||
drop_waves ();
|
||||
delete clip_metric;
|
||||
}
|
||||
|
||||
bool
|
||||
AudioClipEditor::button_press_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemType item_type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue