diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-09 09:47:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-09 18:12:10 +0200 |
commit | 43e41eee0a3337d083c96f0fc516cc8798e0a6e9 (patch) | |
tree | 1e5e6ce2d76de0d3544d3afb03432a62079d2bc6 /framework | |
parent | 2203ac5fee67f761ddae669cd8d11130b1806089 (diff) |
remove unused resource definitions
Change-Id: Ie982ad04c084841f04215b3f58705bb9d9544a71
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/framework.hrc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/inc/framework.hrc b/framework/inc/framework.hrc index 9b28da98ca75..761d5c9f66c9 100644 --- a/framework/inc/framework.hrc +++ b/framework/inc/framework.hrc @@ -24,13 +24,8 @@ #define RID_FWK_START 260 -#define RID_GROUPS_OFFSET 32000 -#define RID_GROUPS_END 32767 - #define RID_FWK_DIALOG_START_CORRECT (RID_FWK_START + 2048) -#define DLG_FILTER_SELECT (RID_FWK_DIALOG_START_CORRECT + 0) - // Ids of TabWindow #define WIN_TABWINDOW (RID_FWK_DIALOG_START_CORRECT+101) #define TC_TABCONTROL 1 |