mfplat: Remove trace from MFGetSystemTime().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Nikolay Sivov 2020-03-25 15:01:22 +03:00 committed by Alexandre Julliard
parent 9ea8edc0b9
commit 914bb084e5
1 changed files with 0 additions and 2 deletions

View File

@ -1002,8 +1002,6 @@ MFTIME WINAPI MFGetSystemTime(void)
{
MFTIME mf;
TRACE("()\n");
GetSystemTimeAsFileTime( (FILETIME*)&mf );
return mf;