diff --git a/core/src/main/java/com/threerings/media/image/ColorPository.java b/core/src/main/java/com/threerings/media/image/ColorPository.java index cdaf0f03..1e171b2b 100644 --- a/core/src/main/java/com/threerings/media/image/ColorPository.java +++ b/core/src/main/java/com/threerings/media/image/ColorPository.java @@ -261,8 +261,8 @@ public class ColorPository implements Serializable ", offsets=" + StringUtil.toString(offsets) + ", starter=" + starter + "]"; } - /** Our data represented as a colorization. */ - protected transient Colorization _zation; +// /** Our data represented as a colorization. */ +// protected transient Colorization _zation; /** Increase this value when object's serialized state is impacted * by a class change (modification of fields, inheritance). */