diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-06 18:08:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-06 18:08:17 +0200 |
commit | c77bccba870c0f85bb5168a3fb0a81103d98bf8a (patch) | |
tree | 0f65e8ead8bd7d570d5a07b5225b49d43bd72a8e /src/gui/gui-window.h | |
parent | af5951c123c5f55497a0c4961918563480a51d26 (diff) | |
parent | 93d2dbf3e1ef30e676a6edd56ab2b9bd2ddd70d9 (diff) | |
download | weechat-c77bccba870c0f85bb5168a3fb0a81103d98bf8a.zip |
Merge remote-tracking branch 'origin/pr/619'
Diffstat (limited to 'src/gui/gui-window.h')
-rw-r--r-- | src/gui/gui-window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui-window.h b/src/gui/gui-window.h index c9962e449..2216071d4 100644 --- a/src/gui/gui-window.h +++ b/src/gui/gui-window.h @@ -76,7 +76,6 @@ struct t_gui_window /* coordinates (for focus) */ int coords_size; /* size of coords (number of lines) */ struct t_gui_window_coords *coords;/* coords for window */ - int coords_x_message; /* start X for messages */ /* tree */ struct t_gui_window_tree *ptr_tree;/* pointer to leaf in windows tree */ |