PyAPI: remove dpi from BLF doc-string

Missed from recent removal of the argument.
This commit is contained in:
Campbell Barton 2023-05-23 15:45:55 +10:00
parent 7bc34283ea
commit fd68f977e0
1 changed files with 1 additions and 3 deletions

View File

@ -56,9 +56,7 @@ PyDoc_STRVAR(py_blf_size_doc,
"font use 0.\n"
" :type fontid: int\n"
" :arg size: Point size of the font.\n"
" :type size: float\n"
" :arg dpi: DEPRECATED: Defaults to 72 when omitted.\n"
" :type dpi: int\n");
" :type size: float\n");
static PyObject *py_blf_size(PyObject *UNUSED(self), PyObject *args)
{
int fontid;