app_server: Remove erroenous comment as per Julian's review.

This commit is contained in:
Augustin Cavalier 2017-02-04 16:06:53 -05:00
parent dd2eb07ee0
commit ae0dad00b7

View File

@ -17,10 +17,6 @@ enum {
HINTING_MODE_MONOSPACED_ONLY
};
// Uncommenting the following line will enable the average-based (grayscale)
// subpixel filter, thus locking RGB subpixel font rendering out of the build.
// Unless you have a subpixel-enabled FreeType, there shouldn't be a difference,
// as FreeType returns the grayscale hinting unless compiled otherwise.
//#define AVERAGE_BASED_SUBPIXEL_FILTERING
extern bool gSubpixelAntialiasing;