From: Chris Hanson Date: Thu, 1 Feb 2018 08:02:24 +0000 (-0800) Subject: Eliminate another empty file. X-Git-Tag: mit-scheme-pucked-x11-0.3.1~7^2~280 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ec616bf2f8ab526f7bfc9da41d60f08987467195;p=mit-scheme.git Eliminate another empty file. --- diff --git a/src/edwin/decls.scm b/src/edwin/decls.scm index 2e49d3d50..d27c2c165 100644 --- a/src/edwin/decls.scm +++ b/src/edwin/decls.scm @@ -98,7 +98,6 @@ USA. "termcap" "utils" "win32" - "winren" "xform" "xterm")) (sf-edwin "tterm" "termcap") diff --git a/src/edwin/ed-ffi.scm b/src/edwin/ed-ffi.scm index b4e0c6717..161209dde 100644 --- a/src/edwin/ed-ffi.scm +++ b/src/edwin/ed-ffi.scm @@ -184,7 +184,6 @@ USA. ("wincom" (edwin)) ("window" (edwin window)) ("winout" (edwin window-output-port)) - ("winren" (edwin)) ("xcom" (edwin x-commands)) ("xform" (edwin class-macros transform-instance-variables)) ("xmodef" (edwin)) diff --git a/src/edwin/edwin.ldr b/src/edwin/edwin.ldr index 3140f3130..7897e2ea9 100644 --- a/src/edwin/edwin.ldr +++ b/src/edwin/edwin.ldr @@ -111,7 +111,6 @@ USA. (load "bufset" environment) (load "display" (->environment '(EDWIN DISPLAY-TYPE))) (load "screen" (->environment '(EDWIN SCREEN))) - (load "winren" environment) (let ((environment (->environment '(EDWIN WINDOW)))) (load "window" environment) diff --git a/src/edwin/edwin.pkg b/src/edwin/edwin.pkg index c9c9a5742..3b8b02509 100644 --- a/src/edwin/edwin.pkg +++ b/src/edwin/edwin.pkg @@ -49,7 +49,6 @@ USA. "modes" ; editor mode abstraction "buffer" ; buffer abstraction "bufset" ; buffer-set abstraction - "winren" ; window-system rename targets "edtstr" ; editor abstraction "editor" ; editor top level diff --git a/src/edwin/winren.scm b/src/edwin/winren.scm deleted file mode 100644 index b33f8d561..000000000 --- a/src/edwin/winren.scm +++ /dev/null @@ -1,29 +0,0 @@ -#| -*-Scheme-*- - -Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017 Massachusetts Institute of Technology - -This file is part of MIT/GNU Scheme. - -MIT/GNU Scheme is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. - -MIT/GNU Scheme is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with MIT/GNU Scheme; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. - -|# - -;;;; Window System Rename Exports - -(declare (usual-integrations)) \ No newline at end of file