server: Remove unused thread_apc member.

This commit is contained in:
Thomas Kho 2006-08-02 19:41:02 -05:00 committed by Alexandre Julliard
parent e4dd34fe99
commit 3538c0cdce

View file

@ -72,7 +72,6 @@ struct thread_apc
struct object *owner; /* object that queued this apc */
void *func; /* function to call in client */
enum apc_type type; /* type of apc function */
int nb_args; /* number of arguments */
void *arg1; /* function arguments */
void *arg2;
void *arg3;