summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-10-28 19:52:17 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-10-30 23:55:59 +0100
commitdfe56dfebe5a8c5ee0c3c576158d43fa9fa5678a (patch)
treec92ccfd13422870f9cf4e8b3d8b90264c32a3394 /sc/source
parent7504b3dd8ca4424fd7da91195741b566ce42a2c0 (diff)
remove empty methods
They are empty since 3a20556d0945f9de7c12fc18018257525dfc5065. Change-Id: Ibd6c1722d3088d92677338b5b8011cddd6dd98cf
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/tool/refreshtimer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/refreshtimer.cxx b/sc/source/core/tool/refreshtimer.cxx
index 835976828b65..0ee309e40a66 100644
--- a/sc/source/core/tool/refreshtimer.cxx
+++ b/sc/source/core/tool/refreshtimer.cxx
@@ -37,7 +37,6 @@ ScRefreshTimer::~ScRefreshTimer()
{
if ( IsActive() )
Stop();
- RemoveFromControl();
}