SDL: README-touch.md: fix header separators

From 341629636681f88fac444b92a3d2cbf8e88cf065 Mon Sep 17 00:00:00 2001
From: Son Phan Trung <[EMAIL REDACTED]>
Date: Fri, 6 Jun 2025 22:17:08 +0700
Subject: [PATCH] README-touch.md: fix header separators

---
 docs/README-touch.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/README-touch.md b/docs/README-touch.md
index 1a23f351a524d..378c579565bde 100644
--- a/docs/README-touch.md
+++ b/docs/README-touch.md
@@ -14,7 +14,6 @@ Works out of box.
 Windows:
 Unfortunately there is no windows support as of yet. Support for Windows 7 is planned, but we currently have no way to test. If you have a Windows 7 WM_TOUCH supported device, and are willing to help test please contact me at jim.tla+sdl_touch@gmail.com
 
-===========================================================================
 Events
 ===========================================================================
 SDL_FINGERDOWN:
@@ -39,7 +38,6 @@ Fields:
 Same as SDL_FINGERDOWN.
 
 
-===========================================================================
 Functions
 ===========================================================================
 SDL provides the ability to access the underlying SDL_Finger structures.
@@ -76,7 +74,6 @@ A SDL_Finger has the following fields:
 	The pressure of the touch.
 
 
-===========================================================================
 Notes
 ===========================================================================
 For a complete example see test/testgesture.c