be more careful about closing menus when focus changes. Only do so when new focus...
[freeglut] / src / x11 / fg_input_devices_x11.c
index a94e52a..d77e970 100644 (file)
  * DEALINGS IN THE SOFTWARE.
  */
 
-#ifdef HAVE_CONFIG_H
-#    include "config.h"
-#endif
-
 #include <GL/freeglut.h>
 #include "../fg_internal.h"
 
@@ -56,9 +52,6 @@ typedef struct _serialport SERIALPORT;
 
 void serial_flush ( SERIALPORT *port );
 
-/* local variables */
-static SERIALPORT *dialbox_port=NULL;
-
 /*****************************************************************/
 
 /*