diff options
| author | Jason Smith <jason.smith@canonical.com> | 2010-12-14 22:23:22 -0500 |
|---|---|---|
| committer | Jason Smith <jason.smith@canonical.com> | 2010-12-14 22:23:22 -0500 |
| commit | 9110ce688f60dedefe0897ce1a8dcd8c9a0e0378 (patch) | |
| tree | 67306253b900f36c326aa0a4031f33b87ce81458 /src | |
| parent | 979fffdadfb88acbdef9f34eccae78a40da53e9e (diff) | |
remove broken optimization
(bzr r711.1.2)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Launcher.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Launcher.cpp b/src/Launcher.cpp index 216835a5e..c8cf98d98 100644 --- a/src/Launcher.cpp +++ b/src/Launcher.cpp @@ -910,9 +910,6 @@ Launcher::CheckWindowOverLauncher () void Launcher::OnWindowMaybeIntellihide (CompWindow *window) { - if (window->type () != CompWindowTypeNormalMask || !window->isMapped ()) - return; - if (_autohide) CheckWindowOverLauncher (); } |
