mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-20 06:59:44 -05:00
Cleanup declared but unused variables.
Make was complaining about a bunch of unused variables that were being declared. Signed-off-by: Bryce Harrington <bryce@canonical.com>
This commit is contained in:
parent
9f89a40ec1
commit
40269a6ed6
3 changed files with 5 additions and 13 deletions
|
|
@ -341,7 +341,6 @@ static struct gears *
|
|||
gears_create(struct display *display)
|
||||
{
|
||||
const int x = 200, y = 200, width = 450, height = 500;
|
||||
EGLint major, minor;
|
||||
struct gears *gears;
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue