diff options
author | Alan Third <alan@idiocy.org> | 2021-05-01 12:16:10 +0100 |
---|---|---|
committer | Alan Third <alan@idiocy.org> | 2021-05-01 19:13:07 +0100 |
commit | a65eb23f5cbf1ff408585574e4c95a9eebf2a9dc (patch) | |
tree | 5ea4f6ecf8d0eb411097e1339908b6f1ed597270 /src | |
parent | d53ee1cb3eca055d6115e4827b00d34431322be0 (diff) | |
download | emacs-a65eb23f5cbf1ff408585574e4c95a9eebf2a9dc.tar.gz |
Fix NS build warnings
* src/nsfns.m (Fx_create_frame): Remove unused variables.
Diffstat (limited to 'src')
-rw-r--r-- | src/nsfns.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nsfns.m b/src/nsfns.m index 054777aa66f..3f05128d363 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -1070,7 +1070,6 @@ DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, Lisp_Object parent, parent_frame; struct kboard *kb; static int desc_ctr = 1; - int x_width = 0, x_height = 0; /* gui_display_get_arg modifies parms. */ parms = Fcopy_alist (parms); |