Remove some unintuitive code in AbstractClient::setQuickTileMode()
After calling setMaximize(), the window should cover the maximize area. The commit message of 516ea863 doesn't explain why only the y coordinate is enforced or why the x coordinate is not enforced.
In order to make some sense of the code, this change removes the semi- random enforcement of the y coordinate.
Edited by Vlad Zahorodnii