From: Carsten W. <ca...@us...> - 2007-02-27 14:22:34
|
Update of /cvsroot/jake2/jake2/src/jake2/sound In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4305/src/jake2/sound Modified Files: WaveLoader.java Log Message: clean up Index: WaveLoader.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/sound/WaveLoader.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** WaveLoader.java 1 Jan 2006 15:07:30 -0000 1.7 --- WaveLoader.java 27 Feb 2007 14:22:30 -0000 1.8 *************** *** 2,7 **** * SND_MEM.java * Copyright (C) 2004 - * - * $Id$ */ /* --- 2,5 ---- *************** *** 30,39 **** import jake2.qcommon.FS; - import java.io.ByteArrayInputStream; - import java.io.IOException; - import java.nio.ByteOrder; - - import javax.sound.sampled.*; - /** * SND_MEM --- 28,31 ---- |