kenzzii / mtchart

Automatically exported from code.google.com/p/mtchart
GNU General Public License v3.0
0 stars 0 forks source link

Clean up mess with private scaling variables in the source #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are way too many protected variables dealing with scaling in the 
source, some of them might even be unused or only assigned once.

Possible culprits: $Divisions vs. $DivisionCount, $DivisionHeight vs. 
$DivisionWidth and its X-counterparts.

Original issue reported on code.google.com by 128625 on 2 Jul 2009 at 3:00