Merge pull request #815 from cmitu/input-vestige

input: remove useless XML node in the temporary output
This commit is contained in:
pjft 2022-12-15 07:58:03 +00:00 committed by GitHub
commit 34b2545b0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,7 +366,6 @@ void InputManager::writeDeviceConfig(InputConfig* config)
path = getTemporaryConfigPath(); path = getTemporaryConfigPath();
doc.reset(); doc.reset();
root = doc.append_child("inputList"); root = doc.append_child("inputList");
root.append_copy(actionnode);
} }
else else
{ {