summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/text_panel.h')
-rw-r--r--src/wx/text_panel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h
index c1bf68779..3d3483a46 100644
--- a/src/wx/text_panel.h
+++ b/src/wx/text_panel.h
@@ -43,7 +43,6 @@ private:
void x_scale_changed ();
void y_scale_changed ();
void line_spacing_changed ();
- void name_changed ();
void language_changed ();
void stream_changed ();
void text_view_clicked ();
@@ -64,7 +63,6 @@ private:
wxSpinCtrl* _x_scale;
wxSpinCtrl* _y_scale;
wxSpinCtrl* _line_spacing;
- wxTextCtrl* _name;
wxTextCtrl* _language;
wxChoice* _stream;
wxButton* _text_view_button;