summaryrefslogtreecommitdiff
path: root/eel/eel-image-table.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-03-05 02:14:49 +0100
committerZenWalker <[email protected]>2019-03-07 00:00:20 +0100
commitfc9a637006bab37dbb73c678983032111831a623 (patch)
treecd6e7ccb63135b737b244a89f0589603e3aecf1c /eel/eel-image-table.c
parentee16c212d5ce11f6d782f86bb62302356b163462 (diff)
downloadcaja-fc9a637006bab37dbb73c678983032111831a623.tar.bz2
caja-fc9a637006bab37dbb73c678983032111831a623.tar.xz
avoid variables set but not used
Diffstat (limited to 'eel/eel-image-table.c')
-rw-r--r--eel/eel-image-table.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/eel/eel-image-table.c b/eel/eel-image-table.c
index d3ac54e7..03de077b 100644
--- a/eel/eel-image-table.c
+++ b/eel/eel-image-table.c
@@ -99,10 +99,6 @@ eel_image_table_init (EelImageTable *image_table)
static void
eel_image_table_finalize (GObject *object)
{
- EelImageTable *image_table;
-
- image_table = EEL_IMAGE_TABLE (object);
-
G_OBJECT_CLASS (eel_image_table_parent_class)->finalize (object);
}