Remove SUPPORT_IMAGE_DRAWING flag

ImageDraw() is actually used in multiple functions and it aslo depends on several functions...
This commit is contained in:
raysan5 2020-05-09 17:17:54 +02:00
parent 913ef1d56f
commit 3a6af2cc57
2 changed files with 2 additions and 6 deletions

View file

@ -104,8 +104,6 @@
// Support multiple image editing functions to scale, adjust colors, flip, draw on images, crop...
// If not defined, still some functions are supported: ImageFormat(), ImageCrop(), ImageToPOT()
#define SUPPORT_IMAGE_MANIPULATION 1
// Support drawing on image (software rendering)
#define SUPPORT_IMAGE_DRAWING 1
//------------------------------------------------------------------------------------
// Module: text - Configuration Flags