sdl12-compat: Remove INSTALL and README-SDL.txt; they don't really add any value here.

From cb381d44d6fe76429ae5275020a0ec6c5088f70b Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Fri, 26 Feb 2021 14:20:06 -0500
Subject: [PATCH] Remove INSTALL and README-SDL.txt; they don't really add any
 value here.

---
 INSTALL        | 14 --------------
 README-SDL.txt | 16 ----------------
 2 files changed, 30 deletions(-)
 delete mode 100644 INSTALL
 delete mode 100644 README-SDL.txt

diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 3cb44ec..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,14 +0,0 @@
-
-To compile and install SDL:
-
-    1.  Point CMake ( http://www.cmake.org/ ) at this directory. Generate
-        a project file of your liking and build.
-
-    2.  Look at the example programs in ./test, and check out the HTML
-        documentation in ./docs to see how to use the SDL library.
-
-    3.  Join the SDL developer forums at https://discourse.libsdl.org/
-
-That's it!
-Sam Lantinga <slouken@libsdl.org>
-
diff --git a/README-SDL.txt b/README-SDL.txt
deleted file mode 100644
index 7410df7..0000000
--- a/README-SDL.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-
-Please distribute this file with the SDL runtime environment:
-
-The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library
-designed to make it easy to write multi-media software, such as games and
-emulators.
-
-This implementation is a simple compatibility library that bridges the
-SDL 1.2 API to SDL 2.0.
-
-The Simple DirectMedia Layer library source code is available from:
-https://www.libsdl.org/
-
-This library is distributed under the terms of the zlib license:
-https://www.zlib.net/zlib_license.html
-