From: Michael D. Lowis Date: Wed, 30 Jul 2014 12:13:49 +0000 (-0400) Subject: Removed dead code X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=30fe7d79a31123424b86363f0e2e7c5e103e9765;p=archive%2Fafm.git Removed dead code --- diff --git a/source/state.h b/source/state.h index 81e2106..258cbe5 100644 --- a/source/state.h +++ b/source/state.h @@ -15,10 +15,6 @@ bool state_get_running(void); void state_set_running(bool val); -//bool state_get_screen_dirty(void); -//void state_set_screen_dirty(bool val); -//bool state_get_screen_resized(void); -//void state_set_screen_resized(bool val); bool state_get_aardvark_mode(void); void state_set_aardvark_mode(bool val); void state_set_focused_node(list_node_t* p_node);