diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-06-28 14:23:45 +0900 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-06-28 14:23:45 +0900 |
commit | 086fe7efebd7aa59e5523c56adc3c8ea1741058b (patch) | |
tree | 06bbb0fee9798fe48fd4caf44728b6839d726455 | |
parent | 0e348d9ba5f420c669a3d19eebde5694f6b34f2d (diff) |
Remove old commented code
-rw-r--r-- | src/ray.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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(); } |