diff options
Diffstat (limited to 'src/macfns.c')
-rw-r--r-- | src/macfns.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/macfns.c b/src/macfns.c index d0b859054a6..56ef81c9701 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -2830,8 +2830,6 @@ This function is an internal primitive--use `make-frame' instead. */) if (CONSP (XCAR (tem)) && !NILP (XCAR (XCAR (tem)))) f->param_alist = Fcons (XCAR (tem), f->param_alist); - store_frame_param (f, Qwindow_system, Qmac); - UNGCPRO; /* Make sure windows on this frame appear in calls to next-window |