sane.ds: Remove a duplicate assignment.

This commit is contained in:
Jeremy White 2009-02-09 13:02:39 -06:00 committed by Alexandre Julliard
parent 3f0645c79d
commit c00d81ab14
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}