xed-prefs-manager-app.c: Clean up an unused variable
This commit is contained in:
parent
63f4658807
commit
6e7586c654
|
@ -1271,7 +1271,6 @@ xed_prefs_manager_max_recents_changed (GSettings *settings,
|
|||
|
||||
if (strcmp (key, GPM_MAX_RECENTS) == 0)
|
||||
{
|
||||
const GList *windows;
|
||||
gint max;
|
||||
|
||||
max = g_settings_get_int (settings, key);
|
||||
|
|
Loading…
Reference in New Issue