summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-04-12 12:07:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-04-12 12:35:48 +0200
commit7a18848e143933ccdb75bdfc8713da4f7f02efe4 (patch)
tree1bcbc0f489836a35ce8315e686b3e91fd2e1a4f6 /canvas
parent03a651507e34ee423674d2a537f2bb4b509af6d6 (diff)
unusedcode.easy: remove various methods
Diffstat (limited to 'canvas')
-rw-r--r--canvas/inc/canvas/elapsedtime.hxx4
-rw-r--r--canvas/source/tools/elapsedtime.cxx5
2 files changed, 0 insertions, 9 deletions
diff --git a/canvas/inc/canvas/elapsedtime.hxx b/canvas/inc/canvas/elapsedtime.hxx
index ccce419d9d4a..ea2a94c1528c 100644
--- a/canvas/inc/canvas/elapsedtime.hxx
+++ b/canvas/inc/canvas/elapsedtime.hxx
@@ -68,10 +68,6 @@ namespace canvas
*/
ElapsedTime( ::boost::shared_ptr<ElapsedTime> const & pTimeBase );
- /** Gets this timer's base timer.
- */
- ::boost::shared_ptr<ElapsedTime> const & getTimeBase() const;
-
/** Reset the time
The instance of the reset() call starts the time
diff --git a/canvas/source/tools/elapsedtime.cxx b/canvas/source/tools/elapsedtime.cxx
index c75d57ec0871..906950a00a27 100644
--- a/canvas/source/tools/elapsedtime.cxx
+++ b/canvas/source/tools/elapsedtime.cxx
@@ -140,11 +140,6 @@ ElapsedTime::ElapsedTime(
{
}
-boost::shared_ptr<ElapsedTime> const & ElapsedTime::getTimeBase() const
-{
- return m_pTimeBase;
-}
-
void ElapsedTime::reset()
{
m_fLastQueriedTime = 0.0;