summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-desktop-icon-file.c
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-25 18:34:52 +0200
committerJasmine Hassan <[email protected]>2012-12-22 05:24:16 +0200
commit558280660418ef9e27e36ddd0619225c691e44b7 (patch)
tree0bc0a5f4383d989f02ae856d88451cd47203f83c /libcaja-private/caja-desktop-icon-file.c
parentab206cf53ff4380c63f031101c36b6bc0c7a8489 (diff)
downloadcaja-558280660418ef9e27e36ddd0619225c691e44b7.tar.bz2
caja-558280660418ef9e27e36ddd0619225c691e44b7.tar.xz
[all] silence warnings from GCC 4.6
GCC 4.6 introduced a new warning about variables declared and initialized, but not really used in the function body. Remove all of these occurrences to build cleanly. http://git.gnome.org/browse/nautilus/commit/?id=d4230de8667764e02dbb966b5d806ff78ced2fd5
Diffstat (limited to 'libcaja-private/caja-desktop-icon-file.c')
-rw-r--r--libcaja-private/caja-desktop-icon-file.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libcaja-private/caja-desktop-icon-file.c b/libcaja-private/caja-desktop-icon-file.c
index c91d2067..bacbe02f 100644
--- a/libcaja-private/caja-desktop-icon-file.c
+++ b/libcaja-private/caja-desktop-icon-file.c
@@ -365,9 +365,6 @@ caja_desktop_icon_file_set_metadata (CajaFile *file,
const char *key,
const char *value)
{
- CajaDesktopIconFile *desktop_file;
-
- desktop_file = CAJA_DESKTOP_ICON_FILE (file);
caja_desktop_set_metadata_string (file, file->details->name, key, value);
}
@@ -376,9 +373,6 @@ caja_desktop_icon_file_set_metadata_as_list (CajaFile *file,
const char *key,
char **value)
{
- CajaDesktopIconFile *desktop_file;
-
- desktop_file = CAJA_DESKTOP_ICON_FILE (file);
caja_desktop_set_metadata_stringv (file, file->details->name, key, (const gchar **) value);
}