From d7fd07756f4095cb87dc25d89fcffcbda092e2cf Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 28 Jul 2019 17:49:53 -0400 Subject: [PATCH] Three tabs --- cRadio.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cRadio.java b/cRadio.java index af43de0..2fd1e50 100644 --- a/cRadio.java +++ b/cRadio.java @@ -35,10 +35,10 @@ camera = (Camera)Grafreed.clone(c); } - byte[] graphs[] = new byte[100][]; + //byte[] versions[] = new byte[100][]; //boolean[] user = new boolean[100]; - int undoindex = 0; + //int versionindex = -1; // Patch to avoid bug with transparency. boolean hadMaterial; -- Gitblit v1.6.2