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:
Bryce Harrington 2010-11-19 12:15:36 -08:00 committed by Kristian Høgsberg
parent 9f89a40ec1
commit 40269a6ed6
3 changed files with 5 additions and 13 deletions

View file

@ -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;