summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/vncModule.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/xserver/hw/vnc/vncModule.c')
-rw-r--r--unix/xserver/hw/vnc/vncModule.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/unix/xserver/hw/vnc/vncModule.c b/unix/xserver/hw/vnc/vncModule.c
index 704e56ee..5d95ef06 100644
--- a/unix/xserver/hw/vnc/vncModule.c
+++ b/unix/xserver/hw/vnc/vncModule.c
@@ -24,9 +24,7 @@
#endif
#include "opaque.h"
-#ifdef RANDR
#include "randrstr.h"
-#endif
#include "xorg-version.h"
#if XORG <= 111
@@ -112,7 +110,6 @@ void vncClientGone(int fd)
{
}
-#ifdef RANDR
int vncRandRCreateOutputs(int scrIdx, int extraOutputs)
{
return 0;
@@ -137,4 +134,4 @@ void *vncRandRCreatePreferredMode(void *out, int width, int height)
return NULL;
}
-#endif
+