diff options
| author | tslil clingman <> | 2020-01-29 10:43:08 -0800 |
|---|---|---|
| committer | tslil clingman <> | 2020-01-29 10:43:08 -0800 |
| commit | 9fbdf6f32c18a938679cb245dbfd0434f7703b3d (patch) | |
| tree | 27a0489521eeca50cbd0b27de8d84403a5237405 /src/gui.rs | |
| parent | a51bcf3262350c4316a6bf7eaeee3134d5cd7e31 (diff) | |
Small bugfix and cleanup
Diffstat (limited to 'src/gui.rs')
| -rw-r--r-- | src/gui.rs | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -12,15 +12,6 @@ pub enum GUIResult { Raw(String), } -impl GUIResult { - pub fn is_raw(&self) -> bool { - match self { - GUIResult::Raw(_) => true, - _ => false, - } - } -} - pub struct GameLog { action_window: Window, pieces_window: Window, |
