From b9d8b1ec959b6126cd84de358aee325e717544e7 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 29 Jun 2024 20:27:54 -0400 Subject: Remove unused const. --- src/burn/engine/registration.cpp | 1 - 1 file changed, 1 deletion(-) 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 @@ // constants -const LPCWSTR REGISTRY_RUN_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run"; const LPCWSTR REGISTRY_RUN_ONCE_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce"; const LPCWSTR REGISTRY_BUNDLE_DISPLAY_ICON = L"DisplayIcon"; const LPCWSTR REGISTRY_BUNDLE_DISPLAY_VERSION = L"DisplayVersion"; -- cgit v1.2.3-55-g6feb