Use PropertyFile for fonts

This commit is contained in:
wmayer
2013-06-11 22:31:15 +02:00
parent c6fb5fc51d
commit 1ffb203edb
2 changed files with 1 additions and 2 deletions

View File

@@ -329,7 +329,6 @@ static PyObject * makeWireString(PyObject *self, PyObject *args)
float height;
int track = 0;
const char* text;
Py_UNICODE *unichars;
Py_ssize_t pysize;