From b57eea978b752cd347ecccfa76ea6333501af513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Mon, 18 Sep 2017 04:47:20 +0200 Subject: Delete more unused code --- src/frame.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/frame.c') diff --git a/src/frame.c b/src/frame.c index 95e4952..9ba7178 100644 --- a/src/frame.c +++ b/src/frame.c @@ -112,30 +112,6 @@ frame_resize_down (rp_frame *frame, int amount) frame->height += amount; } -void -frame_move_left (rp_frame *frame, int amount) -{ - frame->x -= amount; -} - -void -frame_move_right (rp_frame *frame, int amount) -{ - frame->x += amount; -} - -void -frame_move_up (rp_frame *frame, int amount) -{ - frame->y -= amount; -} - -void -frame_move_down (rp_frame *frame, int amount) -{ - frame->y += amount; -} - static void init_frame (rp_frame *f) { -- cgit v1.2.3