[twain 13/14] Remove a duplicate assignment.

Jeremy White jwhite at codeweavers.com
Fri Feb 6 14:02:35 CST 2009


---
 dlls/sane.ds/ds_ctrl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/sane.ds/ds_ctrl.c b/dlls/sane.ds/ds_ctrl.c
index b0867cf..69ec633 100644
--- a/dlls/sane.ds/ds_ctrl.c
+++ b/dlls/sane.ds/ds_ctrl.c
@@ -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;
     }



More information about the wine-patches mailing list