diff options
Diffstat (limited to 'libcaja-private/caja-emblem-utils.c')
-rw-r--r-- | libcaja-private/caja-emblem-utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcaja-private/caja-emblem-utils.c b/libcaja-private/caja-emblem-utils.c index 2f4aa054..e14afc46 100644 --- a/libcaja-private/caja-emblem-utils.c +++ b/libcaja-private/caja-emblem-utils.c @@ -76,7 +76,6 @@ caja_emblem_get_icon_name_from_keyword (const char *keyword) return g_strconcat ("emblem-", keyword, NULL); } - /* check for reserved keywords */ static gboolean is_reserved_keyword (const char *keyword) @@ -464,7 +463,6 @@ caja_emblem_rename_emblem (const char *keyword, const char *name) return FALSE; } - /* write the new icon description */ fprintf (file, "\n[Icon Data]\n\nDisplayName=%s\n", name); fflush (file); |