summaryrefslogtreecommitdiff
path: root/src/wx/static_text.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-12 00:11:02 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-12 00:11:02 +0200
commitc2b7422b8f0ad9fdf1e6e174a90486fb9e6346f4 (patch)
tree346e776fd0ba9dfb869fe1b5e3023126a4ff024e /src/wx/static_text.cc
parenta88895ae714712eb2d52e6fb2c7576a7e2335754 (diff)
Remove some more stuff related to the old "instant i18n" feature.
Diffstat (limited to 'src/wx/static_text.cc')
-rw-r--r--src/wx/static_text.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/static_text.cc b/src/wx/static_text.cc
index 40710590f..11f099337 100644
--- a/src/wx/static_text.cc
+++ b/src/wx/static_text.cc
@@ -22,7 +22,6 @@
StaticText::StaticText (wxWindow* parent, wxString label, wxPoint pos, wxSize size, long style)
: wxStaticText (parent, wxID_ANY, label, pos, size, style)
- , I18NHook (this, get_text())
{
}