From ef6add9a7e0bcba1fb039afb75d62e753fa37949 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 31 Jul 2011 23:49:35 +0100 Subject: callcatcher: remove unused code --- svl/source/notify/brdcst.cxx | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'svl/source/notify') diff --git a/svl/source/notify/brdcst.cxx b/svl/source/notify/brdcst.cxx index 7722814216a5..d70e98b55300 100644 --- a/svl/source/notify/brdcst.cxx +++ b/svl/source/notify/brdcst.cxx @@ -68,27 +68,6 @@ void SfxBroadcaster::Broadcast( const SfxHint &rHint ) } } -//-------------------------------------------------------------------- - -// broadcast after a timeout - - -void SfxBroadcaster::BroadcastDelayed( const SfxHint& rHint ) -{ - DBG_WARNING( "not implemented" ); - Broadcast(rHint); -} -//-------------------------------------------------------------------- - -// broadcast in idle-handler - -void SfxBroadcaster::BroadcastInIdle( const SfxHint& rHint ) -{ - DBG_WARNING( "not implemented" ); - Broadcast(rHint); -} -//-------------------------------------------------------------------- - // unregister all listeners SfxBroadcaster::~SfxBroadcaster() -- cgit