From 096d5fe9317224a4764c709c379b428ac052e144 Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Sat, 14 Nov 2009 18:43:07 +0000 Subject: [PATCH] Removing a set of deprecated joystick functions from "freeglutdll.def" per e-mail thread with Martin Payne on "Release Candidate 2 status", one entry of which is dated 1:03 AM, 11/14/09 git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@847 7f0cb862-5218-0410-a997-914c9d46530a --- src/freeglutdll.def | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/freeglutdll.def b/src/freeglutdll.def index aee838f..4899e1e 100644 --- a/src/freeglutdll.def +++ b/src/freeglutdll.def @@ -136,19 +136,6 @@ EXPORTS glutExtensionSupported glutReportErrors glutGetProcAddress - glutJoystickGetNumAxes - glutJoystickGetNumButtons - glutJoystickNotWorking - glutJoystickGetDeadBand - glutJoystickSetDeadBand - glutJoystickGetSaturation - glutJoystickSetSaturation - glutJoystickSetMinRange - glutJoystickSetMaxRange - glutJoystickSetCenter - glutJoystickGetMinRange - glutJoystickGetMaxRange - glutJoystickGetCenter glutExit glutFullScreenToggle glutGetModeValues -- 1.7.10.4