xlib_playground

Xlib playground for experiments.
Log | Files | Refs

commit 1807a30ceaeb933c26414f0346e204c40b6042c8
parent eb62c95a9b3fe3e9c35fe27bdc5996b391ffff5a
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Fri,  6 Jan 2023 13:52:57 +0900

delete unused function prototype

Diffstat:
Mex9/main.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/ex9/main.c b/ex9/main.c @@ -58,9 +58,6 @@ void game_clear(void); /* events */ void receive_events(enum key_state[]); void handle_inputs(enum key_state[]); -/* sort */ -void sort_ll(struct OL *ol, struct Object *player); - void start_menu(void)