remove some unneeded code
Mark Tiefenbruck mark@fluxbox.org
1 files changed,
0 insertions(+),
9 deletions(-)
jump to
M
src/Window.cc
→
src/Window.cc
@@ -2845,15 +2845,6 @@ Fluxbox *fluxbox = Fluxbox::instance();
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,