summaryrefslogtreecommitdiff
path: root/src/wx/dcpomatic_button.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dcpomatic_button.cc')
-rw-r--r--src/wx/dcpomatic_button.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/dcpomatic_button.cc b/src/wx/dcpomatic_button.cc
index beab64227..d1b753523 100644
--- a/src/wx/dcpomatic_button.cc
+++ b/src/wx/dcpomatic_button.cc
@@ -22,7 +22,6 @@
Button::Button (wxWindow* parent, wxString label, wxPoint pos, wxSize size, long style)
: wxButton (parent, wxID_ANY, label, pos, size, style)
- , I18NHook (this, get_text())
{
}