[gnome-commander/GSettings] Removes unused function gnome_cmd_data_set_uint_array()



commit 1831d03b7a55061ce25c3817bf59fe5e62be1086
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Mon May 16 13:21:56 2016 +0200

    Removes unused function gnome_cmd_data_set_uint_array()

 src/gnome-cmd-data.cc |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index b73d00a..97e498b 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -1229,17 +1229,6 @@ inline void gnome_cmd_data_set_string_history (const gchar *format, GList *strin
 }
 
 
-inline void gnome_cmd_data_set_uint_array (const gchar *format, guint *array, gint length)
-{
-    for (gint i=0; i<length; i++)
-    {
-        gchar *name = g_strdup_printf (format, i);
-        gnome_cmd_data_set_int (name, array[i]);
-        g_free (name);
-    }
-}
-
-
 inline void GnomeCmdData::save_cmdline_history()
 {
     if (!cmdline_visibility)


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