mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 20:25:07 +00:00
WindowServer+LibGUI: Remove unused Window::show_titlebar() flag
Nobody was using this flag, so let's stop maintaining it. It's easy to add it back if we ever want the behavior.
This commit is contained in:
parent
2ac1fbef4f
commit
bb7eb3e104
6 changed files with 2 additions and 17 deletions
|
@ -100,7 +100,6 @@ void Window::show()
|
|||
m_minimizable,
|
||||
m_resizable,
|
||||
m_fullscreen,
|
||||
m_show_titlebar,
|
||||
m_opacity_when_windowless,
|
||||
m_base_size,
|
||||
m_size_increment,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue