aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Stephani2019-06-15 18:50:50 +0200
committerPhilipp Stephani2019-06-15 18:59:54 +0200
commit9f0af5053857f78130e2a30aa61965d998b4d6f9 (patch)
tree6b1f29f71c5ff4257d94ecdde9f220e0b45106bc /src
parent402113d4af839541a638290351ae7c7d22e55d74 (diff)
downloademacs-9f0af5053857f78130e2a30aa61965d998b4d6f9.tar.gz
emacs-9f0af5053857f78130e2a30aa61965d998b4d6f9.zip
* src/nsterm.m (ns_row_rect): Remove unused variable ‘f.’
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index f12e98ebfde..0ab03b46df1 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -827,7 +827,6 @@ ns_row_rect (struct window *w, struct glyph_row *row,
827 enum glyph_row_area area) 827 enum glyph_row_area area)
828/* Get the row as an NSRect. */ 828/* Get the row as an NSRect. */
829{ 829{
830 struct frame *f = XFRAME (WINDOW_FRAME (w));
831 NSRect rect; 830 NSRect rect;
832 int window_x, window_y, window_width; 831 int window_x, window_y, window_width;
833 832