aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 320e0731de8..8aefab964a8 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -13437,8 +13437,6 @@ tty_get_tab_bar_item (struct frame *f, int x, int *idx, ptrdiff_t *end)
13437 return Qnil; 13437 return Qnil;
13438} 13438}
13439 13439
13440#if defined HAVE_NTGUI && !defined CYGWIN
13441
13442/* Handle a mouse click at X/Y on the tab bar of TTY frame F. If the 13440/* Handle a mouse click at X/Y on the tab bar of TTY frame F. If the
13443 click was on the tab bar and was handled, populate the EVENT 13441 click was on the tab bar and was handled, populate the EVENT
13444 structure, store it in keyboard queue, and return true; otherwise 13442 structure, store it in keyboard queue, and return true; otherwise
@@ -13501,7 +13499,6 @@ tty_handle_tab_bar_click (struct frame *f, int x, int y, bool down_p,
13501 13499
13502 return true; 13500 return true;
13503} 13501}
13504#endif /* HAVE_NTGUI && !CYGWIN */
13505 13502
13506 13503
13507 13504