[gnome-commander/GSettings] noop: Removes comment



commit f6c6c2ded2786ee9ab0fccf315e3e40c6dbe5367
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun May 15 15:34:41 2016 +0200

    noop: Removes comment

 src/gnome-cmd-data.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index c31d762..a520f3e 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -2027,12 +2027,10 @@ gint GnomeCmdData::migrate_data_int_value_into_gsettings(int user_value, GSettin
 
     variant = g_settings_get_default_value (settings, key);
 
-    // Is the GSettings value behind key of type string (e.g. an emum).
     switch (g_variant_classify(variant))
     {
         // In all of the following cases it is assumed that the value behind 'default_value' is the actal
         // default value, i.e. nobody changed the given key before gcmd data migration was started.
-
         case G_VARIANT_CLASS_STRING:
         {
             default_value = g_settings_get_enum (settings, key);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]