mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00
Revert "Userland: Add ability to screenshot rectangular region in shot
(#8515)"
This reverts commit 1c06d77262
.
This was squashed by mistake, the rebased version will follow.
This commit is contained in:
parent
1fe08759e3
commit
0459a111b2
3 changed files with 4 additions and 105 deletions
|
@ -948,7 +948,6 @@ bool Window::is_maximized() const
|
|||
|
||||
void Window::set_maximized(bool maximized)
|
||||
{
|
||||
VERIFY(m_window_id != 0);
|
||||
WindowServerConnection::the().async_set_maximized(m_window_id, maximized);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue