mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Refactoring: removed unused variable
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
5171b0294e
commit
dc0a963304
@ -69,8 +69,6 @@ void
|
||||
mc_config_set_string_raw (mc_config_t * mc_config, const gchar * group,
|
||||
const gchar * param, const gchar * value)
|
||||
{
|
||||
gchar *buffer;
|
||||
|
||||
if (!mc_config || !group || !param || !value)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user