mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
Remove undo function from global namespace
This commit is contained in:
parent
7532571fb2
commit
aa3f7f2414
2 changed files with 1 additions and 3 deletions
|
|
@ -79,8 +79,6 @@ private:
|
|||
struct timeval _timestamp;
|
||||
bool _clearing;
|
||||
|
||||
friend void command_death (UndoTransaction*, Command*);
|
||||
|
||||
void about_to_explicitly_delete ();
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ UndoTransaction::~UndoTransaction ()
|
|||
clear ();
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
command_death (UndoTransaction* ut, Command* c)
|
||||
{
|
||||
if (ut->clearing ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue