* src/fringe.c (update_window_fringes): Remove unused variables.
This commit is contained in:
parent
c47cbdfd2e
commit
126bc0dcac
2 changed files with 2 additions and 8 deletions
|
@ -1,5 +1,7 @@
|
|||
2011-03-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* fringe.c (update_window_fringes): Remove unused variables.
|
||||
|
||||
* unexmacosx.c (copy_data_segment): Also copy __got section.
|
||||
(Bug#8223)
|
||||
|
||||
|
|
|
@ -991,18 +991,10 @@ update_window_fringes (w, 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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue