summaryrefslogtreecommitdiff
path: root/src/core/prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/prefs.c')
-rw-r--r--src/core/prefs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/prefs.c b/src/core/prefs.c
index 691516a5..e73324f0 100644
--- a/src/core/prefs.c
+++ b/src/core/prefs.c
@@ -627,7 +627,6 @@ handle_preference_init_int (void)
{
MetaIntPreference *cursor = preferences_int;
-
while (cursor->key!=NULL)
{
gint value;
@@ -809,7 +808,6 @@ handle_preference_update_int (const gchar *key, GSettings *settings)
}
-
/****************************************************************************/
/* Listeners. */
/****************************************************************************/
@@ -925,7 +923,6 @@ queue_changed (MetaPreference pref)
changed_idle_handler, NULL, NULL);
}
-
/****************************************************************************/
/* Initialisation. */
/****************************************************************************/