From de10126b1fe09fe67e097ab87c4e2c681ea45f60 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Tue, 30 May 2023 08:51:17 -0700 Subject: [PATCH] Fix: Build Warning of Unused Variable Removing unused variable in GHOST_SystemWin32.cc Own code, introduced in #108397 --- intern/ghost/intern/GHOST_SystemWin32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/ghost/intern/GHOST_SystemWin32.cc b/intern/ghost/intern/GHOST_SystemWin32.cc index cca20ba12c5..186eaace128 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cc +++ b/intern/ghost/intern/GHOST_SystemWin32.cc @@ -145,7 +145,7 @@ GHOST_SystemWin32::GHOST_SystemWin32() /* Set App Id for the process so our console will be grouped on the Task Bar. */ UTF16_ENCODE(BLENDER_WIN_APPID); - HRESULT result = SetCurrentProcessExplicitAppUserModelID(BLENDER_WIN_APPID_16); + SetCurrentProcessExplicitAppUserModelID(BLENDER_WIN_APPID_16); UTF16_UN_ENCODE(BLENDER_WIN_APPID); /* Check if current keyboard layout uses AltGr and save keylayout ID for