X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fspotlight.c;fp=hacks%2Fspotlight.c;h=ccf768ece989a3f24ddb12a631c3b2592687fde0;hp=61f996d15fd2cc0c846915c2ad1941c1e0c780c1;hb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30;hpb=7edd66e6bd3209013ee059819747b10b5835635b diff --git a/hacks/spotlight.c b/hacks/spotlight.c index 61f996d1..ccf768ec 100644 --- a/hacks/spotlight.c +++ b/hacks/spotlight.c @@ -180,12 +180,6 @@ spotlight_init (Display *dpy, Window window) st->off = random(); -#ifdef DEBUG - /* create GC with white fg */ - gcv.foreground = fg; - st->white_gc = XCreateGC(st->dpy, st->window, gcflags, &gcv); -#endif - /* blank out screen */ XFillRectangle(st->dpy, st->window, st->window_gc, 0, 0, st->sizex, st->sizey);