1
Fork 0
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:
Ali Mohammad Pur 2021-07-09 13:27:56 +04:30
parent 1fe08759e3
commit 0459a111b2
3 changed files with 4 additions and 105 deletions

View file

@ -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);
}