diff options
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!"), - } - } -} |
