From 73bc364347fc8325a632f17fcda220ce7d6f5945 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Tue, 15 Aug 2017 23:22:36 +0200 Subject: Add tools::Time::GetMonotonicTicks (us) This moves a combination of tools::Time::GetSystemTicks(), canvas ElapsedTime::getSystemTime() and the opencl timing implementation into tools::Time::GetMonotonicTicks() as a monotonic microsecond time source. Change-Id: I5c9263540b8af55b2eeca6126e288129427f6e8e Reviewed-on: https://gerrit.libreoffice.org/41991 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- canvas/Library_canvastools.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'canvas/Library_canvastools.mk') diff --git a/canvas/Library_canvastools.mk b/canvas/Library_canvastools.mk index 50658b362f6b..a87e53fd1043 100644 --- a/canvas/Library_canvastools.mk +++ b/canvas/Library_canvastools.mk @@ -69,10 +69,4 @@ $(eval $(call gb_Library_add_defs,canvastools,\ endif endif -ifeq ($(OS),WNT) -$(eval $(call gb_Library_use_system_win32_libs,canvastools,\ - winmm \ -)) -endif - # vim: set noet sw=4 ts=4: -- cgit