diff options
| -rw-r--r-- | lisp/term/ns-win.el | 2 |
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. |