Jeremy White : sane.ds: Remove a duplicate assignment.

Alexandre Julliard julliard at winehq.org
Tue Feb 10 07:45:32 CST 2009


Module: wine
Branch: master
Commit: c00d81ab14d8c2ea36d0e072edcbec50b5f434e7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c00d81ab14d8c2ea36d0e072edcbec50b5f434e7

Author: Jeremy White <jwhite at winehq.org>
Date:   Mon Feb  9 13:02:39 2009 -0600

sane.ds: Remove a duplicate assignment.

---

 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-cvs mailing list