From 30fe7d79a31123424b86363f0e2e7c5e103e9765 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 30 Jul 2014 08:13:49 -0400 Subject: [PATCH] Removed dead code --- source/state.h | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.52.0