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 @@ Turn the input menu (an NSMenu) into a lisp list for tracking on lisp side.
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);