From ceb951014fc58e545af0a5f2298b3fea135b0533 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 25 Oct 2010 23:48:17 -0700 Subject: [PATCH] * lisp/term/ns-win.el (ns-ignore-2-arg): Remove unused function. (Mistakenly committed the ChangeLog for this earlier.) --- lisp/term/ns-win.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 6541ee4b68c..b020b6f816d 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -80,8 +80,6 @@ (defun ns-ignore-1-arg (switch) (setq x-invocation-args (cdr x-invocation-args))) -(defun ns-ignore-2-arg (switch) ; FIXME unused? - (setq x-invocation-args (cddr x-invocation-args))) (defun ns-parse-geometry (geom) "Parse a Nextstep-style geometry string GEOM. -- 2.39.5