summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-22 22:07:13 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-22 22:07:13 +0100
commit6a646daeb7586fdf42bfd344960d9ba1e83466bf (patch)
treeaf2b6703ddb7fbb7942a72d7ab4d0ad27b368960 /src/wx/text_panel.h
parent92be7bea08058565088d74ca7a695ed6ad9da3fc (diff)
Revert "Store a name with text content."
This reverts commit 2571104b6a208fa00b2c98d50f97849c3e7fa6c9.
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;