diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-24 17:15:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 11:41:23 +0100 |
commit | dcd099d335dc73b325de8b3a10276a6f3bb047b3 (patch) | |
tree | e7a3b4bdf31095443628331730eafdb225490903 /rsc/source | |
parent | cd6e8837c17922c9ccf2b5740036853ac3adce45 (diff) |
nothing uses RSC_BUTTON anymore now
Change-Id: I016d1507fcadf5da1207241c6feec1a03188eef7
Diffstat (limited to 'rsc/source')
-rw-r--r-- | rsc/source/parser/rscinit.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx index 1c57ef86591a..a127e5e96012 100644 --- a/rsc/source/parser/rscinit.cxx +++ b/rsc/source/parser/rscinit.cxx @@ -63,7 +63,6 @@ void RscTypCont::Init() RscTop * pClassImageList; RscTop * pClassWindow; RscTop * pClassControl; - RscTop * pClassButton; RscTop * pClassFixedText; RscTop * pClassKeyCode; RscTop * pLangClassKeyCode; @@ -288,13 +287,6 @@ void RscTypCont::Init() { pClassControl = InitClassControl( pClassWindow ); pRoot->Insert( pClassControl ); - - // initialize class - nId = pHS->getID( "Button" ); - pClassButton = new RscClass( nId, RSC_BUTTON, pClassControl ); - pClassButton->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType ); - aNmTb.Put( nId, CLASSNAME, pClassButton ); - pRoot->Insert( pClassButton ); } { pClassFixedText = InitClassFixedText( pClassControl ); |