From 7b4f4b86780e463e468340130208850bb022df83 Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Wed, 20 Feb 2013 18:51:44 +0000 Subject: [PATCH] - remove some unnecessary methods from AudioSource interface git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10417 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/core/com/jme3/audio/AudioSource.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/engine/src/core/com/jme3/audio/AudioSource.java b/engine/src/core/com/jme3/audio/AudioSource.java index a5fdd94cc..3aa23b78d 100644 --- a/engine/src/core/com/jme3/audio/AudioSource.java +++ b/engine/src/core/com/jme3/audio/AudioSource.java @@ -45,19 +45,6 @@ public interface AudioSource { */ public int getChannel(); - /** - * Start playing the audio. - */ - public void play(); - - /** - * Start playing an instance of this audio. This method can be used - * to play the same AudioSource multiple times. Note - * that changes to the parameters of this AudioSource will not effect the - * instances already playing. - */ - public void playInstance(); - /** * @return The {#link Filter dry filter} that is set. * @see AudioSource#setDryFilter(com.jme3.audio.Filter)