summaryrefslogtreecommitdiff
path: root/gtk2_ardour/latency_gui.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-18 21:03:21 +0000
committerDavid Robillard <d@drobilla.net>2011-11-18 21:03:21 +0000
commitcd4e803f60ef122b8b643478d43a7f1a9c46ae43 (patch)
treea0c6ed2710a22cea43269616c18a4e6f3037c4d9 /gtk2_ardour/latency_gui.cc
parentd0b4621035be8855076cf3d61c356dbb16ad4971 (diff)
Clean up ArdourDialog.
Remove undefined static ArdourDialog::close_all_current_dialogs. Remove pointless ArdourDialog::on_key_press_event. Defer to Gtk::Dialog::on_[enter|leave]_notify_event. I'm not sure exactly what these currently do, but not calling it doesn't seem like a good idea. Trim include tree ever so slightly. git-svn-id: svn://localhost/ardour2/branches/3.0@10690 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/latency_gui.cc')
-rw-r--r--gtk2_ardour/latency_gui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/latency_gui.cc b/gtk2_ardour/latency_gui.cc
index 7558fbeb06..180af93776 100644
--- a/gtk2_ardour/latency_gui.cc
+++ b/gtk2_ardour/latency_gui.cc
@@ -22,6 +22,7 @@
#include <iomanip>
#include "ardour/latent.h"
#include "pbd/convert.h"
+#include "pbd/error.h"
#include <gtkmm2ext/utils.h>
#include "latency_gui.h"