diff options
| author | Joe Carstairs <me@joeac.net> | 2025-08-13 07:50:21 +0000 |
|---|---|---|
| committer | joeac <me@joeac.net> | 2025-08-13 07:50:21 +0000 |
| commit | ee3cd780e21260257b401c3f5cbababd9e27a15a (patch) | |
| tree | b0571649a1a1a7644dbc50183cc4c3a29966a963 /schist_desktop_gui/src/state.rs | |
| parent | 49342e8b553d5c92f1c043b3b0ce18bdf1c2cd44 (diff) | |
task-073
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com>
Reviewed-on: https://git.joeac.net/joeac/schist/pulls/1
Co-authored-by: Joe Carstairs <me@joeac.net>
Co-committed-by: Joe Carstairs <me@joeac.net>
Diffstat (limited to 'schist_desktop_gui/src/state.rs')
| -rw-r--r-- | schist_desktop_gui/src/state.rs | 18 |
1 files changed, 0 insertions, 18 deletions
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!"), - } - } -} |
