python: remove unused render_fd_object #2081

This commit is contained in:
nick black 2021-08-21 22:54:19 -04:00 committed by nick black
parent 515a2f8c69
commit 49c9d1db3b

View File

@ -68,7 +68,6 @@ Notcurses_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds)
PyObject *main_fd_object = NULL;
const char *term_type = NULL;
PyObject *render_fd_object = NULL;
int log_level = {0};
const char *margins_str = NULL;
PyObject *margin_top = NULL, *margin_right = NULL, *margin_bottom = NULL, *margin_left = NULL;