Commit c00d81ab authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard

sane.ds: Remove a duplicate assignment.

parent 3f0645c7
......@@ -604,7 +604,6 @@ TW_UINT16 SANE_EnableDSUserInterface (pTW_IDENTITY pOrigin,
PostMessageA(activeDS.hwndOwner, activeDS.windowMessage, MSG_XFERREADY, 0);
}
activeDS.hwndOwner = pUserInterface->hParent;
twRC = TWRC_SUCCESS;
activeDS.twCC = TWCC_SUCCESS;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment