From 8edabfeba65562f026111b35ec14a9801b4b6a5c Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 16 Nov 2006 13:35:46 -0800 Subject: Remove RandR output options. Options are to be implemented as properties instead. --- src/XrrOutput.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/XrrOutput.c') diff --git a/src/XrrOutput.c b/src/XrrOutput.c index ce25bb3..c908bbc 100644 --- a/src/XrrOutput.c +++ b/src/XrrOutput.c @@ -90,12 +90,10 @@ XRRGetOutputInfo (Display *dpy, XRRScreenResources *resources, RROutput output) xoi->timestamp = rep.timestamp; xoi->crtc = rep.crtc; - xoi->current_options = rep.currentOptions; xoi->mm_width = rep.mmWidth; xoi->mm_height = rep.mmHeight; xoi->connection = rep.connection; xoi->subpixel_order = rep.subpixelOrder; - xoi->possible_options = rep.possibleOptions; xoi->ncrtc = rep.nCrtcs; xoi->crtcs = (RRCrtc *) (xoi + 1); xoi->nmode = rep.nModes; -- cgit v1.2.3