Mesa (master): glut: Remove duplicate symbol definition.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Jul 16 20:48:51 UTC 2010


Module: Mesa
Branch: master
Commit: 65ba566ff1fdefe5091ad7e4a9603c6c9a5b19c3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=65ba566ff1fdefe5091ad7e4a9603c6c9a5b19c3

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Jul 16 21:48:36 2010 +0100

glut: Remove duplicate symbol definition.

---

 src/glut/glx/win32_menu.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/glut/glx/win32_menu.c b/src/glut/glx/win32_menu.c
index d8e336c..12feb41 100644
--- a/src/glut/glx/win32_menu.c
+++ b/src/glut/glx/win32_menu.c
@@ -19,8 +19,6 @@
 #include "glutint.h"
 
 void (GLUTCALLBACK *__glutMenuStatusFunc) (int, int, int);
-GLUTmenu *__glutMappedMenu;
-GLUTwindow *__glutMenuWindow;
 GLUTmenuItem *__glutItemSelected;
 unsigned __glutMenuButton;
 




More information about the mesa-commit mailing list