diff options
| author | Bob Arnson <bob@firegiant.com> | 2024-06-29 20:27:54 -0400 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2024-12-26 17:11:13 -0800 |
| commit | d6f784beffca852bd89c7b1a734158b24dd45989 (patch) | |
| tree | a955d6d1552d1138920e1a7273e5c00db1c3c27f /src | |
| parent | b1e207c28833978a902d7411daa2f4bde41bf962 (diff) | |
| download | wix-d6f784beffca852bd89c7b1a734158b24dd45989.tar.gz wix-d6f784beffca852bd89c7b1a734158b24dd45989.tar.bz2 wix-d6f784beffca852bd89c7b1a734158b24dd45989.zip | |
Remove unused const.
Diffstat (limited to '')
| -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 e0bc81dd..771b9425 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"; |
