aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-06-29 20:27:54 -0400
committerBob Arnson <bob@firegiant.com>2024-07-15 15:14:09 -0400
commitb9d8b1ec959b6126cd84de358aee325e717544e7 (patch)
tree9c58e8eb460aaa92582c20fc65ee8dbeea266daa
parent40df304afe43fcd546b5b817bcad63168ee31813 (diff)
downloadwix-b9d8b1ec959b6126cd84de358aee325e717544e7.tar.gz
wix-b9d8b1ec959b6126cd84de358aee325e717544e7.tar.bz2
wix-b9d8b1ec959b6126cd84de358aee325e717544e7.zip
Remove unused const.
-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 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
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";