From c5c176a5c7718177f23b07981556b5d460627498 Mon Sep 17 00:00:00 2001 From: Marc-AndrĂ© Lureau Date: Wed, 25 Sep 2013 22:21:35 +0200 Subject: server: remove OpenGL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is really not supported, requires X11, so better to remove it for now. Some day it might be revived, using DRM, .. Note for later, this could be removed too (not used by client): - spice-common/common/ogl_ctx Acked-by: Fabiano FidĂȘncio --- server/display-channel.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'server/display-channel.h') diff --git a/server/display-channel.h b/server/display-channel.h index bad61d1a..531e08f7 100644 --- a/server/display-channel.h +++ b/server/display-channel.h @@ -25,10 +25,6 @@ #include "reds_stream.h" #include "cache-item.h" #include "pixmap-cache.h" -#ifdef USE_OPENGL -#include "common/ogl_ctx.h" -#include "reds_gl_canvas.h" -#endif /* USE_OPENGL */ #include "reds_sw_canvas.h" #include "stat.h" #include "reds.h" -- cgit