чување b5d653f1827968443098ae436d8db44ca192d595
родитељ bf8af47ba2d9456d65f1eb964946cbd129c39fed
Аутор: Страхиња Радић <sr@strahinja.org>
Датум: Thu, 21 Aug 2025 12:34:58 +0200
Remove dead code
Diffstat:
измењених датотека: 1, додавања: 0(+), брисања: 5(-)
diff --git a/linije.c b/linije.c
@@ -1801,8 +1801,6 @@ main(int argc, char** argv)
if (load_textures(&state) < 0)
do_exit(1, &state);
- state.animation.active = 0;
-
SDL_GetMouseState(&px, &py);
assign_point_xyIF(px, py, &state.mouse);
@@ -1811,9 +1809,6 @@ main(int argc, char** argv)
clock_gettime(cid, &now);
srandom(now.tv_nsec);
- assign_point_xyIF(-1, -1, &state.selection_start);
- assign_point_xyIF(-1, -1, &state.selection_end);
-
fill_triplet(&state);
while (state.running)
{