Module: wine Branch: master Commit: 94d22682c1da7b50323535ea341c76af2872a92d URL: http://source.winehq.org/git/wine.git/?a=commit;h=94d22682c1da7b50323535ea34...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Mon Dec 8 16:50:52 2008 +0000
msi: Remove an unused declaration.
---
dlls/msi/msipriv.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/msipriv.h b/dlls/msi/msipriv.h index f856e66..b72e1d7 100644 --- a/dlls/msi/msipriv.h +++ b/dlls/msi/msipriv.h @@ -1040,7 +1040,6 @@ extern void ui_actiondata(MSIPACKAGE *, LPCWSTR, MSIRECORD *); /* string consts use a number of places and defined in helpers.c*/ extern const WCHAR cszSourceDir[]; extern const WCHAR cszSOURCEDIR[]; -extern const WCHAR szProductCode[]; extern const WCHAR cszRootDrive[]; extern const WCHAR cszbs[];