# HG changeset patch # User ethanzonca # Date 2009-09-13 23:24:56 # Node ID e1b175429c51434031c3dd11bbcaf7ccf1b20806 # Parent b173c86c5fcffa8f1eaecb20e5b4bfa775e8ef35 Tiny little fix. diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -380,7 +380,6 @@ void change_job_priority(struct distrenj int frame_finder(struct distrenjob *head, struct distrenjob **job, struct frameset **frame) { int your_frame; // your_frame is an integer value that will be given to the client as the frame number to render - int your_job; // @TODO: Fixme: do we need this var? you_job is an integer value that must ALSO be given to the client unsigned short int found; unsigned short int priority;