diff options
author | Po Lu <luangruo@yahoo.com> | 2022-04-13 02:37:54 +0000 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-04-13 02:37:54 +0000 |
commit | db56a69274f7690eea2c8d8a12a9c367bb93c4d1 (patch) | |
tree | 723c84d908dcb0bbf0b9fd844a2122f2fc8d2291 /src/haikuterm.h | |
parent | 4cf885a41a9e15a9668862747117e57f31b6146b (diff) | |
download | emacs-db56a69274f7690eea2c8d8a12a9c367bb93c4d1.tar.gz |
Remove unused flag on Haiku
* src/haikufns.c (haiku_create_frame, haiku_create_tip_frame):
* src/haikuterm.h (struct haiku_output): Delete mentions of
`explicit_parent'.
Diffstat (limited to 'src/haikuterm.h')
-rw-r--r-- | src/haikuterm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/haikuterm.h b/src/haikuterm.h index 586df285751..02bb1ddc6f2 100644 --- a/src/haikuterm.h +++ b/src/haikuterm.h @@ -155,7 +155,6 @@ struct haiku_output Emacs_Color cursor_color; Window window_desc, parent_desc; - char explicit_parent; int titlebar_height; int toolbar_height; |