comdlg32: Remove some unused string resources that are not present on Windows.

Francois Gouget fgouget at free.fr
Fri Jan 6 02:57:08 CST 2012


---

As far as I can tell these are unused (at least make is not missing them 
and the comdlg32 tests still work), and they are present on neither NT4 
nor Windows 7.

 dlls/comdlg32/comdlg32.rc      |   14 --------------
 dlls/comdlg32/filedlgbrowser.h |   13 -------------
 2 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/dlls/comdlg32/comdlg32.rc b/dlls/comdlg32/comdlg32.rc
index 07ad427..d9d4e70 100644
--- a/dlls/comdlg32/comdlg32.rc
+++ b/dlls/comdlg32/comdlg32.rc
@@ -26,20 +26,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
 STRINGTABLE
 {
-    IDS_ABOUTBOX            "&About FolderPicker Test"
-    IDS_DOCUMENTFOLDERS     "Document Folders"
-    IDS_PERSONAL            "My Documents"
-    IDS_FAVORITES           "My Favorites"
-    IDS_PATH                "System Path"
-    IDS_DESKTOP             "#msgctxt#display name#Desktop"
-    IDS_FONTS               "Fonts"
-    IDS_MYCOMPUTER          "My Computer"
-}
-
-STRINGTABLE
-{
-    IDS_SYSTEMFOLDERS       "System Folders"
-    IDS_LOCALHARDRIVES      "Local Hard Drives"
     IDS_FILENOTFOUND        "File not found"
     IDS_VERIFYFILE          "Please verify that the correct file name was given"
     IDS_CREATEFILE          "File does not exist.\nDo you want to create file?"
diff --git a/dlls/comdlg32/filedlgbrowser.h b/dlls/comdlg32/filedlgbrowser.h
index 7d55677..e01c5a0 100644
--- a/dlls/comdlg32/filedlgbrowser.h
+++ b/dlls/comdlg32/filedlgbrowser.h
@@ -97,22 +97,9 @@ typedef struct
 /***********************************************************************
  * Control IDs
  */
-#define IDS_ABOUTBOX                    101
-#define IDS_DOCUMENTFOLDERS             102
-#define IDS_PERSONAL                    103
-#define IDS_FAVORITES                   104
-#define IDS_PATH                        105
-#define IDS_DESKTOP                     106
-
-#define IDS_FONTS                       108
-#define IDS_MYCOMPUTER                  110
-#define IDS_SYSTEMFOLDERS               112
-#define IDS_LOCALHARDRIVES              113
 #define IDS_FILENOTFOUND                114
 #define IDS_VERIFYFILE                  115
 #define IDS_CREATEFILE                  116
-#define IDS_CREATEFOLDER_DENIED         117
-#define IDS_FILEOPEN_CAPTION            118
 #define IDS_OVERWRITEFILE		119
 #define IDS_INVALID_FILENAME_TITLE	120
 #define IDS_INVALID_FILENAME		121
-- 
1.7.7.3




More information about the wine-patches mailing list