diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-31 10:51:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-01 09:27:25 +0000 |
commit | e547f8ca4cb0c91a65b263b655c23a2f4ae65d8b (patch) | |
tree | a924f9e26b6bbe96bec36dc60e66ae2e3eaca409 | |
parent | ace697180bf5eafee062209eef0abab455349160 (diff) |
strip out some more unused automation
-rw-r--r-- | automation/source/testtool/objtest.cxx | 6 | ||||
-rw-r--r-- | automation/source/testtool/objtest.hxx | 1 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index dd1ceab1f53c..6659f663da5c 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -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) diff --git a/automation/source/testtool/objtest.hxx b/automation/source/testtool/objtest.hxx index f4aa1b0cbb4c..afcb6b963b6d 100644 --- a/automation/source/testtool/objtest.hxx +++ b/automation/source/testtool/objtest.hxx @@ -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; diff --git a/unusedcode.easy b/unusedcode.easy index b09d11b6ce0b..8b5c2e2f8d26 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -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 |