no message
[mir.git] / source / mircoders / storage / DatabaseImageLayout.java
index cb2a736..a4b5fb4 100755 (executable)
@@ -36,8 +36,6 @@ public class DatabaseImageLayout extends Database implements StorageObject{
                super();
                this.hasTimestamp = false;
                this.theTable="img_layout";
-               try { this.theEntityClass = Class.forName("mir.entity.EntityImageLayout");      }
-               catch (Exception e) { throw new StorageObjectException(e.toString());   }
        }
 
        public SimpleList getPopupData() { return getPopupData("name",true); }