summaryrefslogtreecommitdiffstats
path: root/src/if_python.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_python.c')
-rw-r--r--src/if_python.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/if_python.c b/src/if_python.c
index a280459db0..cbc7d97b91 100644
--- a/src/if_python.c
+++ b/src/if_python.c
@@ -1438,7 +1438,6 @@ python_buffer_free(buf_T *buf)
}
}
-#if defined(FEAT_WINDOWS) || defined(PROTO)
void
python_window_free(win_T *win)
{
@@ -1460,7 +1459,6 @@ python_tabpage_free(tabpage_T *tab)
TAB_PYTHON_REF(tab) = NULL;
}
}
-#endif
static int
PythonMod_Init(void)