changeset 14:cecc594d1559

Remove unused code and variables.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jul 2018 09:48:33 +0300
parents 80727dab1359
children 1f6a84cbd42e
files Interface.pde exporters.pde
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Interface.pde	Wed Jul 04 09:08:47 2018 +0300
+++ b/Interface.pde	Wed Jul 04 09:48:33 2018 +0300
@@ -453,8 +453,8 @@
 
 void drawchar(int xo, int yo, int t) {
     //characters at the help box
-    int ad, cad, x, y, xx, yy, far;
-    far = 0xff000000;
+    int ad, x, y, xx, yy, far;
+
     if (t < 32) return;
 
     t -= 32;
--- a/exporters.pde	Wed Jul 04 09:08:47 2018 +0300
+++ b/exporters.pde	Wed Jul 04 09:48:33 2018 +0300
@@ -1301,7 +1301,7 @@
     int[] pixut = new int[260];
     int[] idx = new int[260];
     int[] histog = new int[8192];
-    float ww, hh, fld, compa, fx2, fy2;
+    float ww, hh, fld, compa;
     color c;
     int xcolors, limitter, vertti, erkki;
     int rh, gh, bh;