1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

Fix NS build warnings

* src/nsfns.m (Fx_create_frame): Remove unused variables.
This commit is contained in:
Alan Third 2021-05-01 12:16:10 +01:00
parent d53ee1cb3e
commit a65eb23f5c

View file

@ -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);