# HG changeset patch # User Matti Hamalainen # Date 1530686913 -10800 # Node ID cecc594d15595ff5090852c25e4fec2ddc171021 # Parent 80727dab1359f69244e41ac48a1ed13c805f26c7 Remove unused code and variables. diff -r 80727dab1359 -r cecc594d1559 Interface.pde --- 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; diff -r 80727dab1359 -r cecc594d1559 exporters.pde --- 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;