diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsterm.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nsterm.m b/src/nsterm.m index cf32a5e8015..59a42eed887 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -8129,8 +8129,6 @@ not_in_argv (NSString *arg) | |||
| 8129 | emacs_event->kind = DRAG_N_DROP_EVENT; | 8129 | emacs_event->kind = DRAG_N_DROP_EVENT; |
| 8130 | XSETINT (emacs_event->x, x); | 8130 | XSETINT (emacs_event->x, x); |
| 8131 | XSETINT (emacs_event->y, y); | 8131 | XSETINT (emacs_event->y, y); |
| 8132 | ns_input_file = append2 (ns_input_file, | ||
| 8133 | build_string ([file UTF8String])); | ||
| 8134 | emacs_event->modifiers = modifiers; | 8132 | emacs_event->modifiers = modifiers; |
| 8135 | emacs_event->arg = list2 (Qfile, build_string ([file UTF8String])); | 8133 | emacs_event->arg = list2 (Qfile, build_string ([file UTF8String])); |
| 8136 | EV_TRAILER (theEvent); | 8134 | EV_TRAILER (theEvent); |