diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-09 17:52:46 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-09 17:52:46 +0100 |
commit | 34037743f70c6c5e2b8f916d992e70d42ca07b9b (patch) | |
tree | 874a698991c7872951651c565d773de4c0394096 /src/surface.c | |
parent | 68132ab8fb66a0462b77304a5bbc9313f3dcb7bc (diff) |
Minor cleanup.
Diffstat (limited to 'src/surface.c')
-rw-r--r-- | src/surface.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; |