From d6f784beffca852bd89c7b1a734158b24dd45989 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(-) (limited to 'src/burn') 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 @@ // 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