]> git.mdlowis.com Git - archive/afm.git/commitdiff
Removed dead code
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 30 Jul 2014 12:13:49 +0000 (08:13 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 30 Jul 2014 12:13:49 +0000 (08:13 -0400)
source/state.h

index 81e21064694ab95c1fedeb0b75230fd005fe2cbb..258cbe5ba8d4bf37eaa56b32becf3c30179798c1 100644 (file)
 
 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);