aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/frame.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index dbed3f940fb..d59b4045c00 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -3299,8 +3299,6 @@ usually not displayed at all, even in a window system's \"taskbar\". */)
3299 3299
3300 if (FRAME_VISIBLE_P (f)) 3300 if (FRAME_VISIBLE_P (f))
3301 return Qt; 3301 return Qt;
3302 else if (is_tty_root_frame (f))
3303 return Qt;
3304 if (FRAME_ICONIFIED_P (f)) 3302 if (FRAME_ICONIFIED_P (f))
3305 return Qicon; 3303 return Qicon;
3306 return Qnil; 3304 return Qnil;