From 51fecb2c8c30855b71b73572b1203dfc1cb6d625 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 23 Jan 2019 14:08:18 -0700 Subject: [PATCH] runtime.pkg: Trim old, unnecessary package exports. The (runtime x-graphics) package doesn't use have-select? nor (lately) make-image-type. (The (x11 device) package imports make-image-type.) --- src/runtime/runtime.pkg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index edda6e2b3..39a6ca4a1 100644 --- a/src/runtime/runtime.pkg +++ b/src/runtime/runtime.pkg @@ -3801,8 +3801,6 @@ USA. channel-descriptor) (export (runtime microcode-errors) port-error-test) - (export (runtime x-graphics) - have-select?) (export (runtime thread) add-to-select-registry! have-select? @@ -4387,9 +4385,7 @@ USA. image/width image? make-graphics-device - make-graphics-device-type) - (export (runtime x-graphics) - make-image-type)) + make-graphics-device-type)) (define-package (runtime x-graphics) (file-case os-type -- 2.25.1