diff options
author | Pablo Barciela <[email protected]> | 2019-03-05 02:14:49 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-03-07 00:00:20 +0100 |
commit | fc9a637006bab37dbb73c678983032111831a623 (patch) | |
tree | cd6e7ccb63135b737b244a89f0589603e3aecf1c /eel/eel-image-table.c | |
parent | ee16c212d5ce11f6d782f86bb62302356b163462 (diff) | |
download | caja-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.c | 4 |
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); } |