diff options
author | Bob Arnson <bob@firegiant.com> | 2024-06-29 20:27:54 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2024-07-15 15:14:09 -0400 |
commit | b9d8b1ec959b6126cd84de358aee325e717544e7 (patch) | |
tree | 9c58e8eb460aaa92582c20fc65ee8dbeea266daa | |
parent | 40df304afe43fcd546b5b817bcad63168ee31813 (diff) | |
download | wix-b9d8b1ec959b6126cd84de358aee325e717544e7.tar.gz wix-b9d8b1ec959b6126cd84de358aee325e717544e7.tar.bz2 wix-b9d8b1ec959b6126cd84de358aee325e717544e7.zip |
Remove unused const.
-rw-r--r-- | src/burn/engine/registration.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/burn/engine/registration.cpp b/src/burn/engine/registration.cpp index fd8a32a4..15e110cf 100644 --- a/src/burn/engine/registration.cpp +++ b/src/burn/engine/registration.cpp | |||
@@ -5,7 +5,6 @@ | |||
5 | 5 | ||
6 | // constants | 6 | // constants |
7 | 7 | ||
8 | const LPCWSTR REGISTRY_RUN_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run"; | ||
9 | const LPCWSTR REGISTRY_RUN_ONCE_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce"; | 8 | const LPCWSTR REGISTRY_RUN_ONCE_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce"; |
10 | const LPCWSTR REGISTRY_BUNDLE_DISPLAY_ICON = L"DisplayIcon"; | 9 | const LPCWSTR REGISTRY_BUNDLE_DISPLAY_ICON = L"DisplayIcon"; |
11 | const LPCWSTR REGISTRY_BUNDLE_DISPLAY_VERSION = L"DisplayVersion"; | 10 | const LPCWSTR REGISTRY_BUNDLE_DISPLAY_VERSION = L"DisplayVersion"; |