summaryrefslogtreecommitdiff
path: root/src/wx/check_box.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/check_box.cc
parenta88895ae714712eb2d52e6fb2c7576a7e2335754 (diff)
Remove some more stuff related to the old "instant i18n" feature.
Diffstat (limited to 'src/wx/check_box.cc')
-rw-r--r--src/wx/check_box.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/check_box.cc b/src/wx/check_box.cc
index c18ceba47..b183c6ddd 100644
--- a/src/wx/check_box.cc
+++ b/src/wx/check_box.cc
@@ -22,12 +22,8 @@
#include "check_box.h"
-using std::cout;
-
-
CheckBox::CheckBox (wxWindow* parent, wxString label)
: wxCheckBox (parent, wxID_ANY, label)
- , I18NHook (this, get_text())
{
}