no message
[mir.git] / source / mircoders / storage / DatabaseMediafolder.java
index d2609f7..e2f81c6 100755 (executable)
@@ -40,11 +40,6 @@ public class DatabaseMediafolder extends Database implements StorageObject{
                this.hasTimestamp = false;
                this.cache = new HashMap();
                this.theTable="media_folder";
-               try {
-                       this.theEntityClass = Class.forName("mir.entity.EntityMediafolder");
-               }
-               catch (Exception e) {   throw new StorageObjectException(e.toString());
-               }
        }
 
        public SimpleList getPopupData() {