From 34037743f70c6c5e2b8f916d992e70d42ca07b9b Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Thu, 9 Jun 2022 17:52:46 +0100 Subject: Minor cleanup. --- src/surface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/surface.c') diff --git a/src/surface.c b/src/surface.c index 90e7bb0..d02fd4f 100644 --- a/src/surface.c +++ b/src/surface.c @@ -10,8 +10,7 @@ void surface_initialise( struct surface *surface, - struct wl_shm *wl_shm, - struct image *texture) + struct wl_shm *wl_shm) { const int height = surface->height; -- cgit v1.2.3