mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; Simplify Fframe_id frame decoding.
The subsequent decode_live_frame already checks for nil.
This commit is contained in:
parent
cc4c8e6e9f
commit
dfeaf7fc00
1 changed files with 0 additions and 2 deletions
|
|
@ -348,8 +348,6 @@ If FRAME is nil, use the selected frame.
|
|||
Return nil if the id has not been set. */)
|
||||
(Lisp_Object frame)
|
||||
{
|
||||
if (NILP (frame))
|
||||
frame = selected_frame;
|
||||
struct frame *f = decode_live_frame (frame);
|
||||
if (f->id == 0)
|
||||
return Qnil;
|
||||
|
|
|
|||
Loading…
Reference in a new issue