From a0a0fe447c13f45c22e094c30922215556642d02 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 20 Jun 2012 16:13:49 +0000 Subject: remove stacktrace if there is no room to send a request to the UI thread git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12798 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pbd/abstract_ui.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs') diff --git a/libs/pbd/pbd/abstract_ui.cc b/libs/pbd/pbd/abstract_ui.cc index 132343682e..02b5a234f2 100644 --- a/libs/pbd/pbd/abstract_ui.cc +++ b/libs/pbd/pbd/abstract_ui.cc @@ -4,7 +4,6 @@ #include #include #include -#include #include "i18n.h" @@ -103,7 +102,6 @@ AbstractUI::get_request (RequestType rt) if (vec.len[1] == 0) { cerr << string_compose ("no space in %1-UI request buffer for thread %2", name(), pthread_name()) << endl; - PBD::stacktrace (std::cerr, 20); return 0; } else { vec.buf[1]->type = rt; -- cgit v1.2.3