summaryrefslogtreecommitdiffstats
path: root/server/display-channel.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-09-25 22:21:35 +0200
committerFrediano Ziglio <fziglio@redhat.com>2015-11-21 13:50:46 +0000
commitc5c176a5c7718177f23b07981556b5d460627498 (patch)
tree5ef4f1700ac263abfffce7a9ec1ea31889f9e1be /server/display-channel.h
parent1f27043b8264c2c43e62269992cbfd85d9753482 (diff)
downloadspice-c5c176a5c7718177f23b07981556b5d460627498.tar.gz
spice-c5c176a5c7718177f23b07981556b5d460627498.tar.xz
spice-c5c176a5c7718177f23b07981556b5d460627498.zip
server: remove OpenGL
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 <fidencio@redhat.com>
Diffstat (limited to 'server/display-channel.h')
-rw-r--r--server/display-channel.h4
1 files changed, 0 insertions, 4 deletions
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"