mod: AL shouldn't have EAX constants

This commit is contained in:
Brian Matzon 2002-09-02 18:01:31 +00:00
parent d9226e4b33
commit a7d1580aa3
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lwjgl.openal;
package org.lwjgl.openal;
/**
* $Id$
@ -39,5 +39,5 @@
* @author Brian Matzon <brian@matzon.dk>
* @version $Revision$
*/
public interface ALConstants extends BaseALConstants, BaseEAXConstants {
public interface ALConstants extends BaseALConstants {
}