aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/window.c b/src/window.c
index 87429b51448..cf296a707e3 100644
--- a/src/window.c
+++ b/src/window.c
@@ -177,11 +177,6 @@ wset_new_total (struct window *w, Lisp_Object val)
177 w->new_total = val; 177 w->new_total = val;
178} 178}
179static inline void 179static inline void
180wset_next_buffers (struct window *w, Lisp_Object val)
181{
182 w->next_buffers = val;
183}
184static inline void
185wset_normal_cols (struct window *w, Lisp_Object val) 180wset_normal_cols (struct window *w, Lisp_Object val)
186{ 181{
187 w->normal_cols = val; 182 w->normal_cols = val;
@@ -202,11 +197,6 @@ wset_pointm (struct window *w, Lisp_Object val)
202 w->pointm = val; 197 w->pointm = val;
203} 198}
204static inline void 199static inline void
205wset_prev_buffers (struct window *w, Lisp_Object val)
206{
207 w->prev_buffers = val;
208}
209static inline void
210wset_right_fringe_width (struct window *w, Lisp_Object val) 200wset_right_fringe_width (struct window *w, Lisp_Object val)
211{ 201{
212 w->right_fringe_width = val; 202 w->right_fringe_width = val;