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.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/svx/source/sdr/animation/scheduler.cxx b/svx/source/sdr/animation/scheduler.cxx
index d7d44184c78a..099af576c38b 100644
--- a/svx/source/sdr/animation/scheduler.cxx
+++ b/svx/source/sdr/animation/scheduler.cxx
@@ -38,10 +38,6 @@ namespace sdr
{
}
- Event* Event::GetNext() const
- {
- return mpNext;
- }
void Event::SetNext(Event* pNew)
{
@@ -51,10 +47,6 @@ namespace sdr
}
}
- sal_uInt32 Event::GetTime() const
- {
- return mnTime;
- }
void Event::SetTime(sal_uInt32 nNew)
{
@@ -145,10 +137,6 @@ namespace sdr
}
}
- Event* EventList::GetFirst()
- {
- return mpHead;
- }
} // end of namespace animation
} // end of namespace sdr
@@ -230,10 +218,6 @@ namespace sdr
}
}
- sal_uInt32 Scheduler::GetTime()
- {
- return mnTime;
- }
// #i38135#
void Scheduler::SetTime(sal_uInt32 nTime)