Commit f367919b authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/xvba_video_glx.c: remove a last remnant of x11_local_dpy

parent abc323c5
......@@ -166,13 +166,8 @@ static void *render_thread(void *arg)
render thread is responsible for deallocating them */
free(args);
#if 0
/* Use the xvba-video global X11 display */
Display * const x11_dpy = driver_data->x11_dpy_local;
#else
/* Use the application provided display */
Display * const x11_dpy = driver_data->x11_dpy;
#endif
ASSERT(obj_output->render_context);
......
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