summaryrefslogtreecommitdiff
path: root/src/wx/check_box.cc
diff options
context:
space:
mode:
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())
{
}