mshtml: Remove unused definitions

Jacek Caban jacek at codeweavers.com
Fri Jan 6 04:10:20 CST 2012


Hi André,

On 01/05/12 19:35, André Hentschel wrote:
> ---
>   dlls/mshtml/resource.h |   17 -----------------
>   1 files changed, 0 insertions(+), 17 deletions(-)
>
> diff --git a/dlls/mshtml/resource.h b/dlls/mshtml/resource.h
> index 50342a2..a798760 100644
> --- a/dlls/mshtml/resource.h
> +++ b/dlls/mshtml/resource.h
> @@ -38,23 +38,6 @@
>
>   #define IDR_BROWSE_CONTEXT_MENU  24641
>
> -#define IDM_TRACETAGS           6004
> -#define IDM_RESOURCEFAILURES    6005
> -#define IDM_DUMPTRACKINGINFO    6006
> -#define IDM_DEBUGBREAK          6007
> -#define IDM_DEBUGVIEW           6008
> -#define IDM_DUMPTREE            6009
> -#define IDM_DUMPLINES           6010
> -
> -#define IDM_SAVEHTML            6012
> -#define IDM_MEMORYMONITOR       6013
> -#define IDM_PERFORMANCEMETERS   6014
> -#define IDM_DUMPDISPLAYTREE     6015
> -#define IDM_DUMPFORMATCACHES    6016
> -#define IDM_DUMPLAYOUTRECTS     6017
> -
> -#define _IDM_REFRESH            6042
> -
>   #define IDD_HYPERLINK           8000
>
>   #define IDC_URL                 9001
>

These defines are for stuff that is in shdoclc and mshtml uses these 
resources. Although we currently don't use them currently, ideally we 
should implement them. It doesn't make sense to remove them now and add 
back in the future.

Jacek



More information about the wine-devel mailing list