remove some unneeded code

This commit is contained in:
Mark Tiefenbruck 2008-10-07 00:49:45 -07:00
parent dda95bf106
commit 1fdef35e51

View file

@ -2845,15 +2845,6 @@ void FluxboxWindow::stopMoving(bool interrupted) {
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()) {
parent().drawRectangle(screen().rootTheme()->opGC(),
m_last_move_x, m_last_move_y,