diff options
| author | Karoly Lorentey | 2004-03-19 23:21:11 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-03-19 23:21:11 +0000 |
| commit | 628ef544965db216898fbded4baac86343312a11 (patch) | |
| tree | a6b52e1b1f979141099a7aeb0b7eb0a6bd7ee5ad /src | |
| parent | 7cb805ad23a8d84834b6d9cf8e33966969d25e78 (diff) | |
| download | emacs-628ef544965db216898fbded4baac86343312a11.tar.gz emacs-628ef544965db216898fbded4baac86343312a11.zip | |
Trivial cleanup in fringe.c, missing from previous patch.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-121
Diffstat (limited to 'src')
| -rw-r--r-- | src/fringe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c index 48a644707c6..aecb51349fc 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -1255,7 +1255,6 @@ resp. Return nil if POS is not visible in WINDOW. */) | |||
| 1255 | Lisp_Object pos, window; | 1255 | Lisp_Object pos, window; |
| 1256 | { | 1256 | { |
| 1257 | struct window *w; | 1257 | struct window *w; |
| 1258 | struct buffer *old_buffer = NULL; | ||
| 1259 | struct glyph_row *row; | 1258 | struct glyph_row *row; |
| 1260 | int textpos; | 1259 | int textpos; |
| 1261 | 1260 | ||