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