Normand Briere
2019-08-06 4ec7130da08861dc4aff0232dbce38f3471696a4
cRadio.java
....@@ -35,10 +35,10 @@
3535 camera = (Camera)Grafreed.clone(c);
3636 }
3737
38
- byte[] graphs[] = new byte[100][];
38
+ //byte[] versions[] = new byte[100][];
3939 //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;