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