DRYer fontconfig module

This commit is contained in:
Kovid Goyal
2017-09-09 11:44:39 +05:30
parent b8678871df
commit 5ed4b29e4b
3 changed files with 8 additions and 6 deletions

View File

@@ -74,8 +74,6 @@ static PyMethodDef module_methods[] = {
{"change_wcwidth", (PyCFunction)change_wcwidth_wrap, METH_O, ""},
#ifdef __APPLE__
CORE_TEXT_FUNC_WRAPPERS
#else
{"get_fontconfig_font", (PyCFunction)get_fontconfig_font, METH_VARARGS, ""},
#endif
GLFW_FUNC_WRAPPERS
SPRITE_FUNC_WRAPPERS