efl/image: remove load_controller events

these aren't implemented by anything and duplicate the functionality provided
by efl.gfx.image::image,preload_state,changed

ref T7876

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10128
This commit is contained in:
Mike Blumenkrantz 2019-09-24 16:38:04 -04:00 committed by Marcel Hollerbach
parent 9b8dcf2f29
commit 595987ae17
1 changed files with 0 additions and 4 deletions

View File

@ -164,8 +164,4 @@ interface @beta Efl.Gfx.Image_Load_Controller
}
}
}
events {
load,done: void; [[Emitted after the image has been loaded.]]
load,error: Eina.Error; [[Emitted if an error happened during image loading.]]
}
}