diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 17:46:23 +0100 |
---|---|---|
committer | Thorsten Behrens <thb@documentfoundation.org> | 2014-02-25 21:29:36 +0100 |
commit | 8747200c87afa81177f2da8ec9bd46996156c307 (patch) | |
tree | 9ad7e385635be6b63ed46bf33795e5169ee4659b /canvas/source/tools/elapsedtime.cxx | |
parent | 8448d136ecc889f9a8fe85d883f0fd0e612c1c4e (diff) |
Remove visual noise from canvas
Change-Id: I0f01a4064ab6d1f55647ecdc1a8710e289e5d96c
Diffstat (limited to 'canvas/source/tools/elapsedtime.cxx')
-rw-r--r-- | canvas/source/tools/elapsedtime.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/tools/elapsedtime.cxx b/canvas/source/tools/elapsedtime.cxx index 447936de9a91..54b9bf6b77a2 100644 --- a/canvas/source/tools/elapsedtime.cxx +++ b/canvas/source/tools/elapsedtime.cxx @@ -30,7 +30,7 @@ // TEMP!!! // Awaiting corresponding functionality in OSL -// + #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <winbase.h> @@ -54,7 +54,7 @@ double ElapsedTime::getSystemTime() { // TEMP!!! // Awaiting corresponding functionality in OSL - // + // is there a performance counter available? static bool bTimeSetupDone( false ); |