NO-OP: cleanup duplicate X_ escape

This commit is contained in:
Robin Gareus 2022-11-27 01:58:34 +01:00
parent d06a0d9c9d
commit 580179272d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Source::get_state () const
node->set_property (X_("name"), name());
node->set_property (X_("take-id"), take_id());
node->set_property (X_("type"), _type);
node->set_property (X_(X_("flags")), _flags);
node->set_property (X_("flags"), _flags);
node->set_property (X_("id"), id());
if (_timestamp != 0) {