mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[WIN32K] Remove unnecessary if in NtUserGetGUIThreadInfo.
This condition is already checked above. Powered by clang-cl.
This commit is contained in:
@@ -426,7 +426,7 @@ NtUserGetGUIThreadInfo(
|
||||
MsgQueue = W32Thread->MessageQueue;
|
||||
else
|
||||
{
|
||||
if ( Desktop ) MsgQueue = Desktop->ActiveMessageQueue;
|
||||
MsgQueue = Desktop->ActiveMessageQueue;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user