aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_key_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_key_events.c')
-rw-r--r--src/ft_key_events.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ft_key_events.c b/src/ft_key_events.c
index ba7a537..267bccf 100644
--- a/src/ft_key_events.c
+++ b/src/ft_key_events.c
@@ -47,10 +47,6 @@ static void
pl->pos_y = old_y;
pl->pos_x = old_x;
}
- /* (pl->pos_y < 1) ? (pl->pos_y = 1.1) : 0; */
- /* (pl->pos_x < 1) ? (pl->pos_x = 1.1) : 0; */
- /* (pl->pos_y > ml->map_h - 1.4) ? (pl->pos_y = ml->map_h - 1.4) : 0; */
- /* (pl->pos_x > ml->map_w - 1.4) ? (pl->pos_x = ml->map_w - 1.4) : 0; */
}
int