1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 08:43:52 -08:00

* lisp/term/ns-win.el (ns-ignore-2-arg): Remove unused function.

(Mistakenly committed the ChangeLog for this earlier.)
This commit is contained in:
Glenn Morris 2010-10-25 23:48:17 -07:00
parent 8daaeda651
commit ceb951014f

View file

@ -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.