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.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/surface.h') diff --git a/src/surface.h b/src/surface.h index 8abd1e1..6016551 100644 --- a/src/surface.h +++ b/src/surface.h @@ -24,8 +24,7 @@ struct surface { void surface_initialise( struct surface *surface, - struct wl_shm *wl_shm, - struct image *texture); + struct wl_shm *wl_shm); void surface_destroy(struct surface *surface); void surface_draw( struct surface *surface, -- cgit v1.2.3