mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
python: remove unused render_fd_object #2081
This commit is contained in:
parent
515a2f8c69
commit
49c9d1db3b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user