summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-16 14:28:15 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-16 14:28:15 +0000
commitde32e4ca4c787266f194f3ffdab74e428fe3649a (patch)
treef0bf77644f134932ecd3831fce8dba90d6512789 /common/glib-helper.c
parent19b4c8b0e51a20a1b95ede34b092ebc56e1183ae (diff)
Remove obsolete FIXME comment
Diffstat (limited to 'common/glib-helper.c')
-rw-r--r--common/glib-helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/glib-helper.c b/common/glib-helper.c
index 9d942cf9..515254ec 100644
--- a/common/glib-helper.c
+++ b/common/glib-helper.c
@@ -427,7 +427,6 @@ gchar *bt_list2string(GSList *list)
str = g_strdup((const gchar *) list->data);
- /* FIXME: eglib doesn't support g_strconcat */
for (l = list->next; l; l = l->next) {
tmp = g_strconcat(str, " " , (const gchar *) l->data, NULL);
g_free(str);