summaryrefslogtreecommitdiff
path: root/vcl/inc/idlemgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/idlemgr.hxx')
-rw-r--r--vcl/inc/idlemgr.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/idlemgr.hxx b/vcl/inc/idlemgr.hxx
index 6d801531229d..e31fb2ce8e43 100644
--- a/vcl/inc/idlemgr.hxx
+++ b/vcl/inc/idlemgr.hxx
@@ -40,9 +40,6 @@ public:
bool InsertIdleHdl( const Link<Application*,void>& rLink, sal_uInt16 nPriority );
void RemoveIdleHdl( const Link<Application*,void>& rLink );
- void RestartIdler()
- { if ( maTimer.IsActive() ) maTimer.Start(); }
-
// Timer* kann auch NULL sein
DECL_LINK_TYPED(TimeoutHdl, Timer *, void);
};