summaryrefslogtreecommitdiff
path: root/automation/inc/automation
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-22 09:20:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-22 10:17:00 +0100
commitcdeb79552c75a89934c1535dae6062db48014498 (patch)
treef714d058cbc52bd925d6b821b68d018bc4c144e6 /automation/inc/automation
parenteb0b81132d044fceec4464eee9735b03ceb1fd57 (diff)
callcatcher: remove unused methods
Diffstat (limited to 'automation/inc/automation')
-rw-r--r--automation/inc/automation/simplecm.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/automation/inc/automation/simplecm.hxx b/automation/inc/automation/simplecm.hxx
index f46cb22572a5..9a5211b1ad37 100644
--- a/automation/inc/automation/simplecm.hxx
+++ b/automation/inc/automation/simplecm.hxx
@@ -321,7 +321,6 @@ protected:
SvStream *pReceiveStream;
sal_Bool DoReceiveDataStream(); /// Recieve DataPacket from Socket
virtual sal_Bool SendHandshake( HandshakeType aHandshakeType, SvStream* pData = NULL);
- bool IsReceiveReady();
sal_Bool bIsRequestShutdownPending;
virtual void WaitForShutdown()=0;
void SetNewPacketAsCurrent();