strip out some more unused automation

This commit is contained in:
Caolán McNamara 2011-10-31 10:51:52 +00:00
parent ace697180b
commit e547f8ca4c
3 changed files with 0 additions and 8 deletions

View file

@ -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)

View file

@ -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;

View file

@ -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