aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2010-10-25 23:48:17 -0700
committerGlenn Morris2010-10-25 23:48:17 -0700
commitceb951014fc58e545af0a5f2298b3fea135b0533 (patch)
treefab9ba74d34e27559911bb6d57cf187d2478c74a /lisp
parent8daaeda6517214d1609e510643e67d77646e0311 (diff)
downloademacs-ceb951014fc58e545af0a5f2298b3fea135b0533.tar.gz
emacs-ceb951014fc58e545af0a5f2298b3fea135b0533.zip
* lisp/term/ns-win.el (ns-ignore-2-arg): Remove unused function.
(Mistakenly committed the ChangeLog for this earlier.)
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/ns-win.el2
1 files changed, 0 insertions, 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 @@
80 80
81(defun ns-ignore-1-arg (switch) 81(defun ns-ignore-1-arg (switch)
82 (setq x-invocation-args (cdr x-invocation-args))) 82 (setq x-invocation-args (cdr x-invocation-args)))
83(defun ns-ignore-2-arg (switch) ; FIXME unused?
84 (setq x-invocation-args (cddr x-invocation-args)))
85 83
86(defun ns-parse-geometry (geom) 84(defun ns-parse-geometry (geom)
87 "Parse a Nextstep-style geometry string GEOM. 85 "Parse a Nextstep-style geometry string GEOM.