diff options
Diffstat (limited to 'src/nsfns.m')
-rw-r--r-- | src/nsfns.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nsfns.m b/src/nsfns.m index f760aa63957..ab77a12b2ac 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -1771,9 +1771,6 @@ The argument DISPLAY is currently ignored. */) Lisp_Object display; { check_ns (); -#ifdef NS_IMPL_COCOA - PSFlush (); -#endif /*ns_delete_terminal (dpyinfo->terminal); */ [NSApp terminate: NSApp]; return Qnil; |