summaryrefslogtreecommitdiff
path: root/src/if_python3.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-17 16:18:33 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-17 16:18:33 +0200
commitcabf80ff2f20ff6e7da237daf8c2a0cc358592eb (patch)
tree55c18c253da96281fc7a8612e349094facb300b8 /src/if_python3.c
parent105bc355a6713b5c09b52776bf8f92a15a81f49c (diff)
downloadvim-git-cabf80ff2f20ff6e7da237daf8c2a0cc358592eb.tar.gz
updated for version 7.3.964v7.3.964
Problem: Python: not so easy to access tab pages. Solution: Add window.tabpage, make window.number work with non-current tab pages. (ZyX)
Diffstat (limited to 'src/if_python3.c')
-rw-r--r--src/if_python3.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/if_python3.c b/src/if_python3.c
index 18987b7aa..7ceb13d93 100644
--- a/src/if_python3.c
+++ b/src/if_python3.c
@@ -611,9 +611,6 @@ get_py3_exceptions()
}
#endif /* DYNAMIC_PYTHON3 */
-static PyObject *BufferNew (buf_T *);
-static PyObject *WindowNew(win_T *);
-static PyObject *LineToString(const char *);
static PyObject *BufferDir(PyObject *, PyObject *);
static int py3initialised = 0;