From ed8ca989f0ce49b8fef28bc6ac4cb0804c045754 Mon Sep 17 00:00:00 2001 From: "Ray J. Greenwell" Date: Mon, 20 Jan 2025 11:45:00 -0800 Subject: [PATCH] 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. --- .../main/java/com/threerings/media/image/ColorPository.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). */