[twain 13/14] Remove a duplicate assignment.

Jeremy White jwhite at winehq.org
Mon Feb 9 13:02:39 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;
     }
-- 
1.5.6.3






More information about the wine-patches mailing list