[gnome-commander] noop: code cleanup



commit ea31a86ad8ad1604119cc68d440f14438aa52658
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Tue Sep 20 21:19:24 2011 +0200

    noop: code cleanup

 src/gnome-cmd-data.cc       |    2 --
 src/gnome-cmd-xml-config.cc |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index af799a7..7b09fff 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -274,8 +274,6 @@ inline gboolean load_connections (const gchar *fname)
                             {
                                 g_warning ("Invalid URI in the '%s' file", path);
                                 g_warning ("\t... %s", line);
-
-                                //  ????
                             }
                             else
                                 gnome_cmd_data.priv->con_list->add(server);
diff --git a/src/gnome-cmd-xml-config.cc b/src/gnome-cmd-xml-config.cc
index d5d71ca..acec467 100644
--- a/src/gnome-cmd-xml-config.cc
+++ b/src/gnome-cmd-xml-config.cc
@@ -545,8 +545,6 @@ static void xml_start(GMarkupParseContext *context,
                     else
                         g_warning ("<Connection> invalid URI: '%s' - ignored", param2);
                 }
-
-                // xml_adv_profile.counter_width = atoi(param3);        //  TODO:  FIXME
             }
             break;
 



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