Drive-by: Nix unused variable that's been hanging out since 2006.

The use of this variable has been commented out since this code became a
git repo in 2006. Crazy.
This commit is contained in:
Ray J. Greenwell
2025-01-20 11:45:00 -08:00
parent 3165a012fd
commit ed8ca989f0
@@ -261,8 +261,8 @@ public class ColorPository implements Serializable
", offsets=" + StringUtil.toString(offsets) + ", starter=" + starter + "]"; ", offsets=" + StringUtil.toString(offsets) + ", starter=" + starter + "]";
} }
/** Our data represented as a colorization. */ // /** Our data represented as a colorization. */
protected transient Colorization _zation; // protected transient Colorization _zation;
/** Increase this value when object's serialized state is impacted /** Increase this value when object's serialized state is impacted
* by a class change (modification of fields, inheritance). */ * by a class change (modification of fields, inheritance). */