summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-16 18:33:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-16 18:33:04 +0100
commitb0da096c610b4392277a3b7fe3c7c29d2c8c3fcf (patch)
treebf1ce0d7cf3109482a80633feb708452bf1efdd3 /rsc/source/parser/rscinit.cxx
parente09e956a0c8eaa00e73474bccacee7aa656f2f67 (diff)
RSC_MULTILINEEDIT no longer used
Change-Id: If56233b5226cec9516d5e2f8992e1b0beae733bf
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r--rsc/source/parser/rscinit.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 7068140395d2..0aecf074de40 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -84,7 +84,6 @@ void RscTypCont::Init()
RscTop * pClassImageButton;
RscTop * pClassTriStateBox;
RscTop * pClassEdit;
- RscTop * pClassMultiLineEdit;
RscTop * pClassListBox;
RscTop * pClassComboBox;
RscTop * pClassFixedText;
@@ -427,9 +426,6 @@ void RscTypCont::Init()
pClassEdit = InitClassEdit( pClassControl );
pRoot->Insert( pClassEdit );
-
- pClassMultiLineEdit = InitClassMultiLineEdit( pClassEdit );
- pRoot->Insert( pClassMultiLineEdit );
}
{
pClassListBox = InitClassListBox( pClassControl, pLangStringLongTupelList );