summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-29 21:55:22 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-29 21:55:22 +0000
commitd8fc5c0b999204f47efd7702502b41ead11948a4 (patch)
tree35c332fe05654b768a8126fc3de893eef95eac2c /src/window.c
parent8ea9123258804d6199c79789af295bb3ca3db296 (diff)
downloadvim-git-d8fc5c0b999204f47efd7702502b41ead11948a4.tar.gz
updated for version 7.0f05
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 8c031bf62..718ce2e8c 100644
--- a/src/window.c
+++ b/src/window.c
@@ -47,7 +47,6 @@ static void frame_fix_width __ARGS((win_T *wp));
static int win_alloc_firstwin __ARGS((win_T *oldwin));
#if defined(FEAT_WINDOWS) || defined(PROTO)
static tabpage_T *alloc_tabpage __ARGS((void));
-static void free_tabpage __ARGS((tabpage_T *tp));
static int leave_tabpage __ARGS((buf_T *new_curbuf));
static void enter_tabpage __ARGS((tabpage_T *tp, buf_T *old_curbuf));
static void frame_fix_height __ARGS((win_T *wp));
@@ -3184,7 +3183,7 @@ alloc_tabpage()
return tp;
}
- static void
+ void
free_tabpage(tp)
tabpage_T *tp;
{