aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ray.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ray.c b/src/ray.c
index 19e96f5..0ee2a76 100644
--- a/src/ray.c
+++ b/src/ray.c
@@ -215,10 +215,6 @@ display_calc(int x, int y)
states[current_state].y = y;
states[current_state].ms = 0;
states[current_state].input = 0;
- /* BeginDrawing(); */
- /* ClearBackground(RAYWHITE); */
- /* draw_calc(); */
- /* EndDrawing(); */
redraw();
}