diff options
author | Glenn Morris <rgm@gnu.org> | 2011-03-12 11:19:47 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-03-12 11:19:47 -0800 |
commit | 09d9db2c4921cb2eb0974892164dd03d6bffdd80 (patch) | |
tree | 7165f97f16ea0eaab567db2a45f69d1cdf66bdce /src/fringe.c | |
parent | 54ce11a161cd756047fccdfc128dc0527692ea06 (diff) | |
parent | 6efb972c00a9ea8ffa84118199aa59c2d3a3b50e (diff) | |
download | emacs-09d9db2c4921cb2eb0974892164dd03d6bffdd80.tar.gz |
Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.edu
Diffstat (limited to 'src/fringe.c')
-rw-r--r-- | src/fringe.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/fringe.c b/src/fringe.c index 82fc38aee8a..ce75df766ee 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -954,18 +954,10 @@ update_window_fringes (struct window *w, int keep_current_p) y < yb && rn < nrows; y += row->height, ++rn) { - unsigned indicate_bob_p, indicate_top_line_p; - unsigned indicate_eob_p, indicate_bottom_line_p; - row = w->desired_matrix->rows + rn; if (!row->enabled_p) row = w->current_matrix->rows + rn; - indicate_bob_p = row->indicate_bob_p; - indicate_top_line_p = row->indicate_top_line_p; - indicate_eob_p = row->indicate_eob_p; - indicate_bottom_line_p = row->indicate_bottom_line_p; - row->indicate_bob_p = row->indicate_top_line_p = 0; row->indicate_eob_p = row->indicate_bottom_line_p = 0; |