Removed the useless "squares table" wich only worked for resolutions <= 1024 px.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@245 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-13 19:38:58 +00:00
parent c4be0a319a
commit 0bbed15383
4 changed files with 6 additions and 22 deletions

View File

@@ -489,7 +489,6 @@ GLOBAL word TABLE_ZOOM[NB_FACTEURS_DE_ZOOM][512];
// Données sur les ellipses et les cercles:
GLOBAL dword Table_des_carres[1025];
GLOBAL long Ellipse_Curseur_X;
GLOBAL long Ellipse_Curseur_Y;
GLOBAL long Ellipse_Rayon_vertical_au_carre;