user32: Remove unused variable ani_icon_data from release_icon_frame.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
This commit is contained in:
Alex Henrie 2015-10-01 21:58:06 -06:00 committed by Alexandre Julliard
parent 50403fec1e
commit a66f4e521c
1 changed files with 0 additions and 2 deletions

View File

@ -182,10 +182,8 @@ static void release_icon_frame( struct cursoricon_object *obj, int istep, struct
{
if (obj->is_ani)
{
struct animated_cursoricon_object *ani_icon_data;
struct cursoricon_object *frameobj;
ani_icon_data = (struct animated_cursoricon_object *) obj;
frameobj = (struct cursoricon_object *) (((char *)frame) - FIELD_OFFSET(struct static_cursoricon_object, frame));
release_user_handle_ptr( frameobj );
}