(submit/miext-extinit) dbe: unexport noDbeExtension field

This field isn't used by any drivers, and also better belongs into
the corresponding extension instead of OS adaption layer.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-05-02 16:56:26 +02:00
parent 4530f0ba31
commit 04d10d4aba
4 changed files with 2 additions and 8 deletions

View File

@@ -56,11 +56,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifdef COMPOSITE
extern _X_EXPORT Bool noCompositeExtension;
#endif
#if defined(DBE)
extern _X_EXPORT Bool noDbeExtension;
#endif
#if defined(DPMSExtension)
extern _X_EXPORT Bool noDPMSExtension;
#endif