summaryrefslogtreecommitdiff
path: root/tools/inc/tools/time.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/time.hxx')
-rw-r--r--tools/inc/tools/time.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/tools/time.hxx b/tools/inc/tools/time.hxx
index e71fca848829..28e8477e0db9 100644
--- a/tools/inc/tools/time.hxx
+++ b/tools/inc/tools/time.hxx
@@ -115,7 +115,6 @@ public:
static Time GetUTCOffset();
static sal_uIntPtr GetSystemTicks(); // Elapsed time
- static sal_uIntPtr GetProcessTicks(); // CPU time
void ConvertToUTC() { *this -= Time::GetUTCOffset(); }
void ConvertToLocalTime() { *this += Time::GetUTCOffset(); }