msi: Remove an unused declaration.

This commit is contained in:
Andrew Talbot 2008-12-08 16:50:52 +00:00 committed by Alexandre Julliard
parent fdac425f7f
commit 94d22682c1

View File

@ -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[];