emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a65eb23 1/2: Fix NS build warnings


From: Alan Third
Subject: master a65eb23 1/2: Fix NS build warnings
Date: Sat, 1 May 2021 14:14:05 -0400 (EDT)

branch: master
commit a65eb23f5cbf1ff408585574e4c95a9eebf2a9dc
Author: Alan Third <alan@idiocy.org>
Commit: Alan Third <alan@idiocy.org>

    Fix NS build warnings
    
    * src/nsfns.m (Fx_create_frame): Remove unused variables.
---
 src/nsfns.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/nsfns.m b/src/nsfns.m
index 054777a..3f05128 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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]