Skip to content
Snippets Groups Projects
Commit ef552507 authored by Miguel Angel Cabrera Moya's avatar Miguel Angel Cabrera Moya Committed by Tim-Philipp Müller
Browse files

preset: remove variable not read

https://bugzilla.gnome.org/show_bug.cgi?id=686659
parent 1042857f
No related branches found
No related tags found
Loading
...@@ -390,7 +390,6 @@ preset_get_keyfile (GstPreset * preset) ...@@ -390,7 +390,6 @@ preset_get_keyfile (GstPreset * preset)
if (presets) if (presets)
g_key_file_free (presets); g_key_file_free (presets);
presets = in_user; presets = in_user;
version = version_user;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment