diff options
Diffstat (limited to 'quantum/visualizer/visualizer.h')
-rw-r--r-- | quantum/visualizer/visualizer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/visualizer/visualizer.h b/quantum/visualizer/visualizer.h index 5c870dbfe..f37ce8416 100644 --- a/quantum/visualizer/visualizer.h +++ b/quantum/visualizer/visualizer.h | |||
@@ -130,9 +130,6 @@ void run_next_keyframe(keyframe_animation_t* animation, visualizer_state_t* stat | |||
130 | // Does nothing, useful for adding delays | 130 | // Does nothing, useful for adding delays |
131 | bool keyframe_no_operation(keyframe_animation_t* animation, visualizer_state_t* state); | 131 | bool keyframe_no_operation(keyframe_animation_t* animation, visualizer_state_t* state); |
132 | 132 | ||
133 | bool keyframe_disable_lcd_and_backlight(keyframe_animation_t* animation, visualizer_state_t* state); | ||
134 | bool keyframe_enable_lcd_and_backlight(keyframe_animation_t* animation, visualizer_state_t* state); | ||
135 | |||
136 | // Call this once, when the initial animation has finished, alternatively you can call it | 133 | // Call this once, when the initial animation has finished, alternatively you can call it |
137 | // directly from the initalize_user_visualizer function (the animation can be null) | 134 | // directly from the initalize_user_visualizer function (the animation can be null) |
138 | bool enable_visualization(keyframe_animation_t* animation, visualizer_state_t* state); | 135 | bool enable_visualization(keyframe_animation_t* animation, visualizer_state_t* state); |