Remove freetype from the list of autoloaded modules.

This commit is contained in:
Jie Luo 2008-07-17 10:23:37 -04:00 committed by Adam Jackson
parent 5d11ae7a69
commit 8441e26266

View File

@ -116,7 +116,6 @@ static ModuleDefault ModuleDefaults[] = {
{.name = "extmod", .toLoad = TRUE, .load_opt=NULL},
{.name = "dbe", .toLoad = TRUE, .load_opt=NULL},
{.name = "glx", .toLoad = TRUE, .load_opt=NULL},
{.name = "freetype", .toLoad = TRUE, .load_opt=NULL},
#ifdef XRECORD
{.name = "record", .toLoad = TRUE, .load_opt=NULL},
#endif