renamed all references to freeglut_xxx files (their old names) to fg_xxx
[freeglut] / src / x11 / fg_joystick_x11.c
index 5d686b5..9712d1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * freeglut_joystick_x11.c
+ * fg_joystick_x11.c
  *
  * Joystick handling code
  *
@@ -48,8 +48,6 @@ void fgPlatformJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes )
 {
     int status;
 
-    int i;
-
 #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     int len;