(platform_win32.c) Cleanups

This commit is contained in:
twinaphex 2015-04-09 05:43:30 +02:00
parent 644d52b6ab
commit 033ab0891c
1 changed files with 0 additions and 4 deletions

View File

@ -44,17 +44,13 @@ static void frontend_win32_init(void *data)
if (isDPIAwareProc) if (isDPIAwareProc)
{ {
fprintf(stderr, "Is DPI aware...\n");
if (!isDPIAwareProc()) if (!isDPIAwareProc())
{ {
if (setDPIAwareProc) if (setDPIAwareProc)
{
fprintf(stderr, "Set DPI aware.\n");
setDPIAwareProc(); setDPIAwareProc();
} }
} }
} }
}
const frontend_ctx_driver_t frontend_ctx_win32 = { const frontend_ctx_driver_t frontend_ctx_win32 = {
NULL, /* environment_get */ NULL, /* environment_get */