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:
Paul Davis 2009-12-04 20:52:04 +00:00
parent 3293f957bd
commit 0fe48475db
7 changed files with 418 additions and 346 deletions

View file

@ -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;
}