From ee3cd780e21260257b401c3f5cbababd9e27a15a Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 13 Aug 2025 07:50:21 +0000 Subject: task-073 Co-authored-by: Joe Carstairs Reviewed-on: https://git.joeac.net/joeac/schist/pulls/1 Co-authored-by: Joe Carstairs Co-committed-by: Joe Carstairs --- schist_desktop_gui/src/state.rs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 schist_desktop_gui/src/state.rs (limited to 'schist_desktop_gui/src/state.rs') diff --git a/schist_desktop_gui/src/state.rs b/schist_desktop_gui/src/state.rs deleted file mode 100644 index 0183104..0000000 --- a/schist_desktop_gui/src/state.rs +++ /dev/null @@ -1,18 +0,0 @@ -use crate::message::Message; - -pub struct State { - pub greeting: String, -} - -impl State { - pub fn update(&mut self, _message: Message) { - } -} - -impl Default for State { - fn default() -> Self { - Self { - greeting: String::from("Hello, world!"), - } - } -} -- cgit v1.2.3