]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/nsterm.m (ns_row_rect): Remove unused variable ‘f.’
authorPhilipp Stephani <phst@google.com>
Sat, 15 Jun 2019 16:50:50 +0000 (18:50 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 15 Jun 2019 16:59:54 +0000 (18:59 +0200)
src/nsterm.m

index f12e98ebfdea5d2a35f0b99a52b3a2753e31528a..0ab03b46df1fb11103e4b93ead2dba4d408a3424 100644 (file)
@@ -827,7 +827,6 @@ ns_row_rect (struct window *w, struct glyph_row *row,
                enum glyph_row_area area)
 /* Get the row as an NSRect.  */
 {
-  struct frame *f = XFRAME (WINDOW_FRAME (w));
   NSRect rect;
   int window_x, window_y, window_width;