mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
switch ActionManager to a namespace; move generic part into libgtkmm2ext
git-svn-id: svn://localhost/ardour2/branches/3.0@6285 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3293f957bd
commit
0fe48475db
7 changed files with 418 additions and 346 deletions
|
|
@ -148,7 +148,6 @@ SingleAllocMultiReleasePool::release (void* ptr)
|
|||
static void
|
||||
free_per_thread_pool (void* ptr)
|
||||
{
|
||||
cerr << "Deleting a per thread pool @ " << ptr << endl;
|
||||
Pool* pptr = static_cast<Pool*>(ptr);
|
||||
delete pptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue