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:
parent
d53ee1cb3e
commit
a65eb23f5c
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue