diff options
-rw-r--r-- | protocols/Weather/res/resource.rc | 1 | ||||
-rw-r--r-- | protocols/Weather/src/resource.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Weather/res/resource.rc b/protocols/Weather/res/resource.rc index e2c041ad3f..ba639a55fc 100644 --- a/protocols/Weather/res/resource.rc +++ b/protocols/Weather/res/resource.rc @@ -186,7 +186,6 @@ BEGIN EDITTEXT IDC_HTEXT,80,219,183,12,ES_AUTOHSCROLL GROUPBOX "Variable List",IDC_STATIC,207,14,99,191 LTEXT "",IDC_VARLIST,213,25,86,157 - CONTROL "More Variables",IDC_MORE,"MButtonClass",WS_TABSTOP,216,187,81,15,WS_EX_WINDOWEDGE | WS_EX_NOACTIVATE | 0x10000000L CONTROL "Reset",IDC_RESET,"MButtonClass",WS_TABSTOP,266,208,40,21,WS_EX_WINDOWEDGE | WS_EX_NOACTIVATE | 0x10000000L EDITTEXT IDC_BTITLE2,80,28,125,12,ES_AUTOHSCROLL CONTROL "Status Message",IDC_TM8,"MButtonClass",WS_TABSTOP | 0x100,2,29,77,9,WS_EX_WINDOWEDGE | WS_EX_NOACTIVATE | 0x10000000L diff --git a/protocols/Weather/src/resource.h b/protocols/Weather/src/resource.h index 856a55a702..a975a51827 100644 --- a/protocols/Weather/src/resource.h +++ b/protocols/Weather/src/resource.h @@ -111,7 +111,6 @@ #define IDC_INFO10 2091 #define IDC_INFO12 2092 #define IDC_INFO13 2093 -#define IDC_MORE 2094 #define IDC_MOREDETAIL 2095 #define IDC_DATALIST 2096 #define IDC_MUPDATE 2097 |