dri_util: keep __dri2ConfigOptions symbol private
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 2 May 2014 21:02:14 +0000 (22:02 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 25 May 2014 22:21:46 +0000 (23:21 +0100)
commitce12bbd107996dacdb01e4a0f90ce141dfa8b05d
tree39a9b61d8b6d826dd7c1ea086b6004ad02a4719b
parent97aa256b199644dbf16ae8371ad339fef1a25d91
dri_util: keep __dri2ConfigOptions symbol private

The symbol was added with commit 45e2b51c853(DRI2/GLX: check for
vblank_mode in DRI2 GLX code) but was never used as such according
to git log.

Possibly it was marked as public due to confusion with
__driConfigOptions which was used for dri1 drivers.

Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mesa/drivers/dri/common/dri_util.c