summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.cc')
-rw-r--r--src/wx/film_editor.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index f305c7c26..3e116c209 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -969,20 +969,6 @@ FilmEditor::audio_delay_changed (wxCommandEvent &)
}
void
-FilmEditor::setup_main_notebook_size ()
-{
- _main_notebook->InvalidateBestSize ();
-
- _content_sizer->Layout ();
- _content_sizer->SetSizeHints (_content_panel);
- _dcp_sizer->Layout ();
- _dcp_sizer->SetSizeHints (_dcp_panel);
-
- _main_notebook->Fit ();
- Fit ();
-}
-
-void
FilmEditor::audio_gain_calculate_button_clicked (wxCommandEvent &)
{
GainCalculatorDialog* d = new GainCalculatorDialog (this);