diff options
Diffstat (limited to 'src/if_python.c')
-rw-r--r-- | src/if_python.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/if_python.c b/src/if_python.c index addb674c2..8e3621caf 100644 --- a/src/if_python.c +++ b/src/if_python.c @@ -1019,9 +1019,6 @@ static int ConvertFromPyObject(PyObject *, typval_T *); #define BufferType_Check(obj) ((obj)->ob_type == &BufferType) -static PyInt BufferLength(PyObject *); -static PyObject *BufferItem(PyObject *, PyInt); -static PyObject *BufferSlice(PyObject *, PyInt, PyInt); static PyInt BufferAssItem(PyObject *, PyInt, PyObject *); static PyInt BufferAssSlice(PyObject *, PyInt, PyInt, PyObject *); |