Remove unused const.
Bob Arnson committed
Jun 29, 2024 at 20:27 UTC
d6f784beffca852bd89c7b1a734158b24dd45989
1 file changed
-1
src/burn/engine/registration.cpp
-1
@@ -5,7 +5,6 @@
5
6
// constants
7
8
-const LPCWSTR REGISTRY_RUN_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run";
8
const LPCWSTR REGISTRY_RUN_ONCE_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce";
9
const LPCWSTR REGISTRY_BUNDLE_DISPLAY_ICON = L"DisplayIcon";
10
const LPCWSTR REGISTRY_BUNDLE_DISPLAY_VERSION = L"DisplayVersion";