From eb03ed4b7e6830f24c0f9542cb06d489f7a9ee3f Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 17 Mar 2021 04:26:36 -0500 Subject: [PATCH] Update GetCWindowText.h Remove a line --- Source/Project64/UserInterface/WTLControls/GetCWindowText.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Project64/UserInterface/WTLControls/GetCWindowText.h b/Source/Project64/UserInterface/WTLControls/GetCWindowText.h index 30240b528..af711da02 100644 --- a/Source/Project64/UserInterface/WTLControls/GetCWindowText.h +++ b/Source/Project64/UserInterface/WTLControls/GetCWindowText.h @@ -2,4 +2,3 @@ #include std::string GetCWindowText(const CWindow & window); -