mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
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
This commit is contained in:
parent
d0b4621035
commit
cd4e803f60
3 changed files with 3 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue