aboutsummaryrefslogtreecommitdiff
path: root/src/burn
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-06-29 20:27:54 -0400
committerRob Mensching <rob@firegiant.com>2024-12-26 17:11:13 -0800
commitd6f784beffca852bd89c7b1a734158b24dd45989 (patch)
treea955d6d1552d1138920e1a7273e5c00db1c3c27f /src/burn
parentb1e207c28833978a902d7411daa2f4bde41bf962 (diff)
downloadwix-d6f784beffca852bd89c7b1a734158b24dd45989.tar.gz
wix-d6f784beffca852bd89c7b1a734158b24dd45989.tar.bz2
wix-d6f784beffca852bd89c7b1a734158b24dd45989.zip
Remove unused const.
Diffstat (limited to 'src/burn')
-rw-r--r--src/burn/engine/registration.cpp1
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
8const LPCWSTR REGISTRY_RUN_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run";
9const LPCWSTR REGISTRY_RUN_ONCE_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce"; 8const LPCWSTR REGISTRY_RUN_ONCE_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce";
10const LPCWSTR REGISTRY_BUNDLE_DISPLAY_ICON = L"DisplayIcon"; 9const LPCWSTR REGISTRY_BUNDLE_DISPLAY_ICON = L"DisplayIcon";
11const LPCWSTR REGISTRY_BUNDLE_DISPLAY_VERSION = L"DisplayVersion"; 10const LPCWSTR REGISTRY_BUNDLE_DISPLAY_VERSION = L"DisplayVersion";