xed-prefs-manager-app.c: Clean up an unused variable

This commit is contained in:
JosephMcc 2016-12-31 21:21:49 -08:00
parent 63f4658807
commit 6e7586c654
1 changed files with 0 additions and 1 deletions

View File

@ -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);