diff options
| author | Alan Third | 2021-05-01 12:16:10 +0100 |
|---|---|---|
| committer | Alan Third | 2021-05-01 19:13:07 +0100 |
| commit | a65eb23f5cbf1ff408585574e4c95a9eebf2a9dc (patch) | |
| tree | 5ea4f6ecf8d0eb411097e1339908b6f1ed597270 /src | |
| parent | d53ee1cb3eca055d6115e4827b00d34431322be0 (diff) | |
| download | emacs-a65eb23f5cbf1ff408585574e4c95a9eebf2a9dc.tar.gz emacs-a65eb23f5cbf1ff408585574e4c95a9eebf2a9dc.zip | |
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, | |||
| 1070 | Lisp_Object parent, parent_frame; | 1070 | Lisp_Object parent, parent_frame; |
| 1071 | struct kboard *kb; | 1071 | struct kboard *kb; |
| 1072 | static int desc_ctr = 1; | 1072 | static int desc_ctr = 1; |
| 1073 | int x_width = 0, x_height = 0; | ||
| 1074 | 1073 | ||
| 1075 | /* gui_display_get_arg modifies parms. */ | 1074 | /* gui_display_get_arg modifies parms. */ |
| 1076 | parms = Fcopy_alist (parms); | 1075 | parms = Fcopy_alist (parms); |