diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-15 08:20:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-15 08:22:09 +0200 |
commit | e06d6e3956e246abbbc05a05598bd2a720a1e283 (patch) | |
tree | 3568c8cf7a43b6790dc9aa3a28c83a06c33faf52 /desktop/inc | |
parent | f8de2166d46c4bdb80a1ddfb0e75b96a2ce6a60d (diff) |
hrc cleanup: Remove completely unused RIDs
These RID definitions aren't used at any other point. So remove
them. Unused START and END definitions were commented out for
documentation purpose.
All definitions in basctl/source/basicide/tbxctl.hrc were unused,
so I removed this file.
Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/deployment.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/inc/deployment.hrc b/desktop/inc/deployment.hrc index 4bd6dbca30c2..b8a232fc1c4e 100644 --- a/desktop/inc/deployment.hrc +++ b/desktop/inc/deployment.hrc @@ -34,7 +34,7 @@ #define RID_DEPLOYMENT_START 2000 #define RID_DEPLOYMENT_GUI_START RID_DEPLOYMENT_START -#define RID_DEPLOYMENT_MISC_START (RID_DEPLOYMENT_START+500) +// RID_DEPLOYMENT_MISC_START (RID_DEPLOYMENT_START+500) #define RID_DEPLOYMENT_MANAGER_START (RID_DEPLOYMENT_START+1000) #define RID_DEPLOYMENT_REGISTRY_START (RID_DEPLOYMENT_START+1500) |