mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +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,
|
mc_config_set_string_raw (mc_config_t * mc_config, const gchar * group,
|
||||||
const gchar * param, const gchar * value)
|
const gchar * param, const gchar * value)
|
||||||
{
|
{
|
||||||
gchar *buffer;
|
|
||||||
|
|
||||||
if (!mc_config || !group || !param || !value)
|
if (!mc_config || !group || !param || !value)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user