aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorJuri Linkov2019-09-25 00:50:58 +0300
committerJuri Linkov2019-09-25 00:50:58 +0300
commit8f268bb9bfbaee9f32e7179d56958ef30d66851f (patch)
tree955b990b39a86e209550c245a78160d56e79729f /src/xterm.c
parent39255b9b4de0b036568b64d7170ba8076d96be1d (diff)
downloademacs-8f268bb9bfbaee9f32e7179d56958ef30d66851f.tar.gz
emacs-8f268bb9bfbaee9f32e7179d56958ef30d66851f.zip
Revert an attempt to implement a non‐native tab bar on NS.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index e98e590df71..428d970206e 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -12085,7 +12085,6 @@ x_free_frame_resources (struct frame *f)
12085 XDestroyWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f)); 12085 XDestroyWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f));
12086 12086
12087 free_frame_menubar (f); 12087 free_frame_menubar (f);
12088 free_frame_tab_bar (f);
12089 12088
12090 if (f->shell_position) 12089 if (f->shell_position)
12091 xfree (f->shell_position); 12090 xfree (f->shell_position);