mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 01:42:54 +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
Notes:
sideshowbarker
2024-07-19 07:07:20 +09:00
Author: https://github.com/awesomekling
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