strip out some more unused automation
This commit is contained in:
parent
ace697180b
commit
e547f8ca4c
3 changed files with 0 additions and 8 deletions
|
@ -128,12 +128,6 @@ DBG_CTOR(ControlItem,0);
|
|||
pData->aUId = aUIdP;
|
||||
}
|
||||
|
||||
ControlItem::ControlItem( ControlData *pDataP )
|
||||
{
|
||||
DBG_CTOR(ControlItem,0);
|
||||
pData = pDataP;
|
||||
}
|
||||
|
||||
ControlSon::~ControlSon()
|
||||
{
|
||||
if (pSons)
|
||||
|
|
|
@ -120,7 +120,6 @@ public:
|
|||
|
||||
ControlItem( const char *Name, rtl::OString aUIdP );
|
||||
ControlItem( const String &Name, rtl::OString aUIdP );
|
||||
ControlItem( ControlData *pDataP );
|
||||
virtual ~ControlItem() {
|
||||
DBG_DTOR(ControlItem,0);
|
||||
delete pData;
|
||||
|
|
|
@ -84,7 +84,6 @@ CommunicationLinkList::Insert(CommunicationLink const**, unsigned short)
|
|||
CommunicationLinkList::Insert(CommunicationLinkList const*, unsigned short, unsigned short)
|
||||
CommunicationLinkList::Remove(CommunicationLink const*&, unsigned short)
|
||||
Control::GetLineCount() const
|
||||
ControlItem::ControlItem(ControlData*)
|
||||
CurrencyBox::CurrencyBox(Window*, ResId const&)
|
||||
CurrencyBox::GetValue(unsigned short) const
|
||||
CurrencyBox::GetValuePos(long) const
|
||||
|
|
Loading…
Reference in a new issue