xtest: unexport noTestExtensions 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 17:09:21 +02:00
parent 42548766f6
commit ec7719dceb

View File

@ -35,6 +35,8 @@
#import "X11Application.h" #import "X11Application.h"
#import "NSUserDefaults+XQuartzDefaults.h" #import "NSUserDefaults+XQuartzDefaults.h"
#include "include/extinit_priv.h"
#include "darwin.h" #include "darwin.h"
#include "quartz.h" #include "quartz.h"
#include "darwinEvents.h" #include "darwinEvents.h"
@ -78,7 +80,6 @@ static dispatch_queue_t eventTranslationQueue;
#define APPKIT_APPFLAGS_HACK 1 #define APPKIT_APPFLAGS_HACK 1
#endif #endif
extern Bool noTestExtensions;
extern Bool noRenderExtension; extern Bool noRenderExtension;
static TISInputSourceRef last_key_layout; static TISInputSourceRef last_key_layout;