Remove Circle_limit global variable

This commit is contained in:
Thomas Bernard
2018-03-03 02:26:02 +01:00
parent ce1b55be03
commit d6ce86cae4
5 changed files with 65 additions and 71 deletions

View File

@@ -566,10 +566,6 @@ GFX2_GLOBAL byte Mask_table[256];
extern word ZOOM_FACTOR[NB_ZOOM_FACTORS];
#endif
// -- Data for ellipses and circles
// FIXME: move this to graph.c
GFX2_GLOBAL long Circle_limit;
// -- Data for gradients
/// First color of the gradient.