X-Git-Url: http://git.subgeniuskitty.com/screensavers/.git/blobdiff_plain/5a772e24b79d16e153e369810f188a952d436c0a..7561e87defb07f5411623acb6ca55462ab66d423:/hacks/NEDsim/NEDsim.c diff --git a/hacks/NEDsim/NEDsim.c b/hacks/NEDsim/NEDsim.c index 67fcb32..15a25a8 100644 --- a/hacks/NEDsim/NEDsim.c +++ b/hacks/NEDsim/NEDsim.c @@ -745,7 +745,6 @@ NEDsim_free(Display * dpy, Window win, void * closure) free(nedsim->nedstate); } - // TODO: Replace all this with proper code to free everything related to the screensaver itself. XFreeGC(nedsim->dpy, nedsim->gc); XFreePixmap(nedsim->dpy, nedsim->panel); free(nedsim);