From 1af7d3700724834e40ad8636bc9a56cdc3b19b15 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 27 Jul 2019 11:52:38 -0400
Subject: [PATCH] New layout icons

---
 cRadio.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cRadio.java b/cRadio.java
index 03fab54..2fd1e50 100644
--- a/cRadio.java
+++ b/cRadio.java
@@ -35,10 +35,10 @@
             camera = (Camera)Grafreed.clone(c);
     }
     
-    byte[] graphs[] = new byte[100][];
-    boolean[] user = new boolean[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