[Summary] Fix bug 44829: Enter button blocks Preference window. Deleted unused variable and function.

[Reviewed] VKamyshniy
This commit is contained in:
Nikolay 2014-12-17 20:33:56 +02:00
parent fc5d97edc2
commit f91d87541f
3 changed files with 33 additions and 24 deletions

View file

@ -55,7 +55,6 @@
void save_pre_record_buffer();
void on_ok(WavesButton*);
void on_cancel(WavesButton*);
void on_apply(WavesButton*);
void update_configs();
void update_session_config();
void on_capture_active_changed (DeviceConnectionControl* capture_control, bool active);
@ -119,6 +118,10 @@
void on_mtc_input_changed (const std::string&);
void on_device_error ();
bool on_key_press_event (GdkEventKey*);
void accept ();
void reject ();
// Merged ARDOUR's preferences
void display_waveform_shape ();
void display_meter_hold ();