From 618eb27e8b1d3a00fd5a809a0a998d4e0f10e1b7 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Thu, 22 Jul 2021 19:23:48 +0300 Subject: Move `alert` function from `DisplayServer` to `OS`. --- drivers/unix/os_unix.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/unix/os_unix.h') diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index 6c79d984e9..bf82019d38 100644 --- a/drivers/unix/os_unix.h +++ b/drivers/unix/os_unix.h @@ -52,7 +52,6 @@ protected: public: OS_Unix(); - virtual void alert(const String &p_alert, const String &p_title = "ALERT!"); virtual String get_stdin_string(bool p_block) override; //virtual void set_mouse_show(bool p_show); -- cgit v1.2.3