diff options
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); } |