From d3ee5dfb9fc902f7aad740588c1a4231a2d4032c Mon Sep 17 00:00:00 2001 From: SCG82 Date: Wed, 14 Apr 2021 12:00:16 -0700 Subject: [PATCH] UI: Delete unimplemented declaration, LoadProfile() --- UI/window-basic-main.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/window-basic-main.hpp b/UI/window-basic-main.hpp index 1f93d1695..086819d80 100644 --- a/UI/window-basic-main.hpp +++ b/UI/window-basic-main.hpp @@ -377,7 +377,6 @@ private: void ChangeSceneCollection(); void LogScenes(); - void LoadProfile(); void ResetProfileData(); bool AddProfile(bool create_new, const char *title, const char *text, const char *init_text = nullptr, bool rename = false);