From 93eeee2230c5b0fb238f63931c55b0b47547a8e5 Mon Sep 17 00:00:00 2001
From: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date: Wed, 29 Mar 2023 00:20:52 -0400
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Remove=20unused=20ProUI=20:=20UB?=
 =?UTF-8?q?LValidMesh=20(#25591)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Marlin/src/lcd/e3v2/proui/dwin.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Marlin/src/lcd/e3v2/proui/dwin.h b/Marlin/src/lcd/e3v2/proui/dwin.h
index 4197da4390..26b77da5fb 100644
--- a/Marlin/src/lcd/e3v2/proui/dwin.h
+++ b/Marlin/src/lcd/e3v2/proui/dwin.h
@@ -229,7 +229,6 @@ void ParkHead();
 #endif
 #if ENABLED(AUTO_BED_LEVELING_UBL)
   void UBLMeshTilt();
-  bool UBLValidMesh();
   void UBLMeshSave();
   void UBLMeshLoad();
 #endif