significant changes in code to handle import/embedding - much cleaner and less code, plus the import progress bar now works; unify response handling for Gtkmm2ext::Choice

git-svn-id: svn://localhost/trunk/ardour2@415 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-03-22 17:03:00 +00:00
parent 004a49b0c7
commit 3aa346b253
25 changed files with 647 additions and 647 deletions

View file

@ -26,8 +26,6 @@
#include <pbd/pthread_utils.h>
using std::string;
using std::cerr;
using std::endl;
typedef std::map<string,pthread_t> ThreadMap;
static ThreadMap all_threads;