security: Remove XpExtension from SecurityTrustedExtensions

There's no XPrint extension (anymore).

Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Daniel Martin 2014-09-20 09:07:40 +02:00 committed by Keith Packard
parent 12c19bbff4
commit 2aeb9d8f8b

View File

@ -67,7 +67,6 @@ typedef struct {
static const char *SecurityTrustedExtensions[] = {
"XC-MISC",
"BIG-REQUESTS",
"XpExtension",
NULL
};