mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 08:18:09 +02:00
noop-renderer: Remove unused variable
This commit is contained in:
parent
e9fba2b737
commit
bd1e928f25
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ WL_EXPORT int
|
|||
noop_renderer_init(struct weston_compositor *ec)
|
||||
{
|
||||
struct weston_renderer *renderer;
|
||||
struct weston_output *output;
|
||||
|
||||
renderer = malloc(sizeof *renderer);
|
||||
if (renderer == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue