From a9ea372c90dc8b48c4b68484bd0319d12a8af353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 2 Oct 2024 16:15:26 +0200 Subject: [PATCH] Android/iOS buildfix --- UI/ChatScreen.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/UI/ChatScreen.h b/UI/ChatScreen.h index 26e0d924f1..0c855e7e99 100644 --- a/UI/ChatScreen.h +++ b/UI/ChatScreen.h @@ -34,9 +34,7 @@ private: UI::EventReturn OnQuickChat4(UI::EventParams &e); UI::EventReturn OnQuickChat5(UI::EventParams &e); -#if PPSSPP_PLATFORM(WINDOWS) || defined(USING_QT_UI) || defined(SDL) UI::TextEdit *chatEdit_ = nullptr; -#endif UI::ScrollView *scroll_ = nullptr; UI::LinearLayout *chatVert_ = nullptr; UI::ViewGroup *box_ = nullptr;