Remove retval from jabswitch.cpp

This commit is contained in:
Julian Waters 2025-09-08 22:04:57 +08:00 committed by GitHub
parent 47b168a33d
commit 4fcca89b68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -323,7 +323,6 @@ void printVersion() {
int regEnable() {
HKEY hKey;
// DWORD retval = -1;
LSTATUS err;
err = RegOpenKeyEx(HKEY_CURRENT_USER, ACCESSIBILITY_USER_KEY, NULL, KEY_READ|KEY_WRITE, &hKey);
if (err == ERROR_SUCCESS) {