diff options
| author | Stefan Monnier | 2003-05-25 17:47:48 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-05-25 17:47:48 +0000 |
| commit | d152a715a007c84b94c5fce36d69718b73ac864f (patch) | |
| tree | 300da81a36fdb4c5665ddaa6ac3fcd753e37fe64 /src | |
| parent | a72551529b9dd53c6e39ef0ebd772da336296dfa (diff) | |
| download | emacs-d152a715a007c84b94c5fce36d69718b73ac864f.tar.gz emacs-d152a715a007c84b94c5fce36d69718b73ac864f.zip | |
(window_text_bottom_y, draw_row_fringe_bitmaps)
(x_draw_vertical_border): Remove unused var `f'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 9abfbd4e1aa..d78c25c5ba9 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -912,7 +912,6 @@ INLINE int | |||
| 912 | window_text_bottom_y (w) | 912 | window_text_bottom_y (w) |
| 913 | struct window *w; | 913 | struct window *w; |
| 914 | { | 914 | { |
| 915 | struct frame *f = XFRAME (w->frame); | ||
| 916 | int height = WINDOW_TOTAL_HEIGHT (w); | 915 | int height = WINDOW_TOTAL_HEIGHT (w); |
| 917 | 916 | ||
| 918 | if (WINDOW_WANTS_MODELINE_P (w)) | 917 | if (WINDOW_WANTS_MODELINE_P (w)) |
| @@ -9003,7 +9002,6 @@ draw_row_fringe_bitmaps (w, row) | |||
| 9003 | struct window *w; | 9002 | struct window *w; |
| 9004 | struct glyph_row *row; | 9003 | struct glyph_row *row; |
| 9005 | { | 9004 | { |
| 9006 | struct frame *f = XFRAME (w->frame); | ||
| 9007 | enum fringe_bitmap_type bitmap; | 9005 | enum fringe_bitmap_type bitmap; |
| 9008 | 9006 | ||
| 9009 | xassert (interrupt_input_blocked); | 9007 | xassert (interrupt_input_blocked); |
| @@ -20201,8 +20199,6 @@ void | |||
| 20201 | x_draw_vertical_border (w) | 20199 | x_draw_vertical_border (w) |
| 20202 | struct window *w; | 20200 | struct window *w; |
| 20203 | { | 20201 | { |
| 20204 | struct frame *f = XFRAME (WINDOW_FRAME (w)); | ||
| 20205 | |||
| 20206 | /* We could do better, if we knew what type of scroll-bar the adjacent | 20202 | /* We could do better, if we knew what type of scroll-bar the adjacent |
| 20207 | windows (on either side) have... But we don't :-( | 20203 | windows (on either side) have... But we don't :-( |
| 20208 | However, I think this works ok. ++KFS 2003-04-25 */ | 20204 | However, I think this works ok. ++KFS 2003-04-25 */ |