Eliminate another empty file.
authorChris Hanson <org/chris-hanson/cph>
Thu, 1 Feb 2018 08:02:24 +0000 (00:02 -0800)
committerChris Hanson <org/chris-hanson/cph>
Thu, 1 Feb 2018 08:02:24 +0000 (00:02 -0800)
src/edwin/decls.scm
src/edwin/ed-ffi.scm
src/edwin/edwin.ldr
src/edwin/edwin.pkg
src/edwin/winren.scm [deleted file]

index 2e49d3d506821713756d1d36468badd449763453..d27c2c16587d4589db3cadccc978d3723266d919 100644 (file)
@@ -98,7 +98,6 @@ USA.
              "termcap"
              "utils"
              "win32"
-             "winren"
              "xform"
              "xterm"))
   (sf-edwin "tterm" "termcap")
index b4e0c6717f6606e134255f1ffe3d945c7873dca2..161209ddeb9978aca1dd4675feef1a836e333a5d 100644 (file)
@@ -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))
index 3140f313060b156c4ebc974c03c6a454e89699f3..7897e2ea99728690a4dc8b6b9fa8037c063ab18f 100644 (file)
@@ -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)
index c9c9a5742c1fbc758465d2b2e54eeb2a8e4a7ce5..3b8b025092e12ba02018589cf70435f016cf0589 100644 (file)
@@ -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 (file)
index b33f8d5..0000000
+++ /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