Skip to content

Commit

Permalink
[python] comment out for deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jun 22, 2021
1 parent 6eae6fc commit f2c8cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/notcurses/context.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Notcurses_render(NotcursesObject *self, PyObject *Py_UNUSED(args))
Py_RETURN_NONE;
}

/* FIXME deprecated and changed to ncpile_render_to_file() in 2.3.5
static void cleanup_char_buffer(char **buffer_ptr)
{
if (NULL != buffer_ptr)
Expand All @@ -181,7 +182,6 @@ static void cleanup_char_buffer(char **buffer_ptr)
}
}
/* FIXME deprecated and changed to ncpile_render_to_file() in 2.3.5
static PyObject *
Notcurses_render_to_buffer(NotcursesObject *self, PyObject *Py_UNUSED(args))
{
Expand Down

0 comments on commit f2c8cd3

Please sign in to comment.