From 1fdef35e51e10da72652215b1ee8926be79ff748 Mon Sep 17 00:00:00 2001
From: Mark Tiefenbruck <mark@fluxbox.org>
Date: Tue, 7 Oct 2008 00:49:45 -0700
Subject: remove some unneeded code

---
 src/Window.cc | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/Window.cc b/src/Window.cc
index da1809d..4f92e86 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -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,
-- 
cgit v0.11.2