From: Matt Birkholz Date: Wed, 23 Jan 2019 21:08:18 +0000 (-0700) Subject: runtime.pkg: Trim old, unnecessary package exports. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4124992daa11dbe8a0ef7911018aca59bca55158;p=mit-scheme.git 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.) (cherry picked from commit 51fecb2c8c30855b71b73572b1203dfc1cb6d625) --- diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index fc9eac303..1e418b522 100644 --- a/src/runtime/runtime.pkg +++ b/src/runtime/runtime.pkg @@ -3695,8 +3695,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? @@ -4280,9 +4278,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