aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfns.m
diff options
context:
space:
mode:
authorAdrian Robert <[email protected]>2009-09-18 15:34:23 +0000
committerAdrian Robert <[email protected]>2009-09-18 15:34:23 +0000
commit8aad0aea8b09d800d5c8805a7766f280d7622991 (patch)
treeb5d7411afc0afe0ba7cd9d428586b178b0ac2589 /src/nsfns.m
parent044f9b057df73853112c8e85f566be833834156b (diff)
* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
Diffstat (limited to 'src/nsfns.m')
-rw-r--r--src/nsfns.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index f760aa6395..ab77a12b2a 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;