Normand Briere
2019-07-30 475f8cbdbd96fdbf8f5b216ffebb31a51f25c2f9
cRadio.java
....@@ -35,10 +35,10 @@
3535 camera = (Camera)Grafreed.clone(c);
3636 }
3737
38
- byte[] graphs[] = new byte[100][];
39
- boolean[] user = new boolean[100];
38
+ //byte[] versions[] = new byte[100][];
39
+ //boolean[] user = new boolean[100];
4040
41
- int undoindex = 0;
41
+ //int versionindex = -1;
4242
4343 // Patch to avoid bug with transparency.
4444 boolean hadMaterial;