Nikolay Sivov : comctl32: Remove unused defines.

Alexandre Julliard julliard at winehq.org
Mon May 13 15:02:45 CDT 2013


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun May 12 22:28:36 2013 +0400

comctl32: Remove unused defines.

---

 dlls/comctl32/comctl32.h |   20 --------------------
 dlls/comctl32/rebar.c    |    3 +++
 2 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/dlls/comctl32/comctl32.h b/dlls/comctl32/comctl32.h
index 129ab0c..b9b0574 100644
--- a/dlls/comctl32/comctl32.h
+++ b/dlls/comctl32/comctl32.h
@@ -38,9 +38,6 @@
 extern HMODULE COMCTL32_hModule DECLSPEC_HIDDEN;
 extern HBRUSH  COMCTL32_hPattern55AABrush DECLSPEC_HIDDEN;
 
-/* has a value of: 0, CCS_TOP, CCS_NOMOVEY, CCS_BOTTOM */
-#define CCS_LAYOUT_MASK 0x3
-
 /* Property sheet / Wizard */
 #define IDD_PROPSHEET 1006
 #define IDD_WIZARD    1020
@@ -76,23 +73,6 @@ extern HBRUSH  COMCTL32_hPattern55AABrush DECLSPEC_HIDDEN;
 #define IDB_HIST_SMALL      130
 #define IDB_HIST_LARGE      131
 
-
-/* Month calendar month menu popup */
-#define IDD_MCMONTHMENU     300
-
-#define IDM_JAN				301
-#define IDM_FEB				302
-#define IDM_MAR				303
-#define IDM_APR				304
-#define IDM_MAY				305
-#define IDM_JUN				306
-#define IDM_JUL				307
-#define IDM_AUG				308
-#define IDM_SEP				309
-#define IDM_OCT				310
-#define IDM_NOV				311
-#define IDM_DEC				312
-
 #define IDM_TODAY                      4163
 #define IDM_GOTODAY                    4164
 
diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c
index 4e26c33..fa21baa 100644
--- a/dlls/comctl32/rebar.c
+++ b/dlls/comctl32/rebar.c
@@ -138,6 +138,9 @@ typedef struct
     HWND    hwndPrevParent;
 } REBAR_BAND;
 
+/* has a value of: 0, CCS_TOP, CCS_NOMOVEY, CCS_BOTTOM */
+#define CCS_LAYOUT_MASK 0x3
+
 /* fStatus flags */
 #define HAS_GRIPPER    0x00000001
 #define HAS_IMAGE      0x00000002




More information about the wine-cvs mailing list