remove some unneeded code
This commit is contained in:
parent
dda95bf106
commit
1fdef35e51
1 changed files with 0 additions and 9 deletions
|
@ -2845,15 +2845,6 @@ void FluxboxWindow::stopMoving(bool interrupted) {
|
||||||
|
|
||||||
fluxbox->maskWindowEvents(0, 0);
|
fluxbox->maskWindowEvents(0, 0);
|
||||||
|
|
||||||
// if no real movement happend -> raise if clickrais is disabled
|
|
||||||
if (m_last_move_x - frame().x() == 0 &&
|
|
||||||
m_last_move_y - frame().y() == 0 &&
|
|
||||||
!screen().clickRaises()) {
|
|
||||||
|
|
||||||
raise();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if (! screen().doOpaqueMove()) {
|
if (! screen().doOpaqueMove()) {
|
||||||
parent().drawRectangle(screen().rootTheme()->opGC(),
|
parent().drawRectangle(screen().rootTheme()->opGC(),
|
||||||
m_last_move_x, m_last_move_y,
|
m_last_move_x, m_last_move_y,
|
||||||
|
|
Loading…
Reference in a new issue