remove comments from commit 7da7090bc802a8b9d1ee0a969ea794921a74b86b
This commit is contained in:
parent
39151f8454
commit
676d180e4f
1 changed files with 0 additions and 7 deletions
|
@ -852,13 +852,6 @@ void WindowMotionManager::manage(EffectWindow *w)
|
||||||
|
|
||||||
void WindowMotionManager::unmanage(EffectWindow *w)
|
void WindowMotionManager::unmanage(EffectWindow *w)
|
||||||
{
|
{
|
||||||
/// superflous, see below
|
|
||||||
// if (!m_managedWindows.contains(w))
|
|
||||||
// return;
|
|
||||||
/// this makes no sense?!
|
|
||||||
// QPointF diffT = m_managedWindows[ w ].translation.distance();
|
|
||||||
// QPointF diffS = m_managedWindows[ w ].scale.distance();
|
|
||||||
|
|
||||||
m_movingWindowsSet.remove(w);
|
m_movingWindowsSet.remove(w);
|
||||||
m_managedWindows.remove(w);
|
m_managedWindows.remove(w);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue