From 9fbdf6f32c18a938679cb245dbfd0434f7703b3d Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Wed, 29 Jan 2020 10:43:08 -0800 Subject: Small bugfix and cleanup --- src/gui.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/gui.rs') diff --git a/src/gui.rs b/src/gui.rs index 4899bb7..95bc8ee 100644 --- a/src/gui.rs +++ b/src/gui.rs @@ -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, -- cgit v1.3.1