Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
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;