Remove an undocumented option

Removed --glx-reinit-on-root-change.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-02-25 21:18:48 +00:00
parent 2699367b46
commit 7e7c54761e
5 changed files with 0 additions and 37 deletions

View File

@ -43,9 +43,6 @@ glx_init(session_t *ps, bool need_render);
void
glx_destroy(session_t *ps);
bool
glx_reinit(session_t *ps, bool need_render);
void
glx_on_root_change(session_t *ps);