merged 1.1 branch into head
[mir.git] / source / mircoders / entity / EntityAudio.java
index a4cbb90..fe56e45 100755 (executable)
@@ -32,13 +32,11 @@ package mircoders.entity;
 
 import java.util.Map;
 
-import mir.storage.StorageObject;
-
 /**
- * This class handles storage of audio data and meta data
+ * This class handles database of audio data and meta data
  *
  * @author mh
- * @version $Id: EntityAudio.java,v 1.12 2004/11/06 19:56:13 idfx Exp $
+ * @version $Id: EntityAudio.java,v 1.13 2007/04/08 21:46:43 idfx Exp $
  */
 
 
@@ -48,11 +46,6 @@ public class EntityAudio extends EntityUploadedMedia
     super();
   }
 
-  public EntityAudio(StorageObject theStorage) {
-    this();
-    setStorage(theStorage);
-  }
-
   public void setFieldValues(Map theStringValues) {
     if (theStringValues != null) {
       if (!theStringValues.containsKey("is_published"))