summaryrefslogtreecommitdiff
path: root/include/svx/rubydialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/rubydialog.hxx')
-rw-r--r--include/svx/rubydialog.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/rubydialog.hxx b/include/svx/rubydialog.hxx
index 65dc0e5c6965..78a2c7fc43da 100644
--- a/include/svx/rubydialog.hxx
+++ b/include/svx/rubydialog.hxx
@@ -74,10 +74,6 @@ class RubyEdit : public Edit
virtual void GetFocus() override;
virtual bool PreNotify( NotifyEvent& rNEvt ) override;
public:
- RubyEdit(vcl::Window* pParent, const ResId& rResId)
- : Edit(pParent, rResId)
- {
- }
RubyEdit(vcl::Window* pParent)
: Edit(pParent, WB_BORDER)
{