aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJoakim Verona2012-09-12 22:22:29 +0200
committerJoakim Verona2012-09-12 22:22:29 +0200
commitaac9139d11cf7f9ee84d931ada85be8fa0c90f21 (patch)
treeac9777bdf84595af94ee0279cc53b67a5e6dfcaf /src/window.c
parent0cc36550df4f355a1b46e944fc65e533ff0df90e (diff)
parentbfeae2cf098dcf5bdb4af14d896e790cbe91d60f (diff)
downloademacs-aac9139d11cf7f9ee84d931ada85be8fa0c90f21.tar.gz
emacs-aac9139d11cf7f9ee84d931ada85be8fa0c90f21.zip
upstream
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;