Commit a66f4e52 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

user32: Remove unused variable ani_icon_data from release_icon_frame.

parent 50403fec
......@@ -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 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment