summaryrefslogtreecommitdiff
path: root/svx/source/sdr/animation/scheduler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/animation/scheduler.cxx')
-rw-r--r--svx/source/sdr/animation/scheduler.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/sdr/animation/scheduler.cxx b/svx/source/sdr/animation/scheduler.cxx
index b3c749102e47..a05194c25e21 100644
--- a/svx/source/sdr/animation/scheduler.cxx
+++ b/svx/source/sdr/animation/scheduler.cxx
@@ -274,13 +274,6 @@ namespace sdr
}
}
- void Scheduler::Reset(sal_uInt32 nTime)
- {
- mnTime = nTime;
- mnDeltaTime = 0L;
- maList.Clear();
- }
-
void Scheduler::InsertEvent(Event* pNew)
{
if(pNew)