windowManager: Remove unused function
https://bugzilla.gnome.org/show_bug.cgi?id=679500
This commit is contained in:
parent
e1ec89a133
commit
de65739c01
@ -26,12 +26,6 @@ function getDimShaderSource() {
|
||||
return dimShader;
|
||||
}
|
||||
|
||||
function getTopInvisibleBorder(metaWindow) {
|
||||
let outerRect = metaWindow.get_outer_rect();
|
||||
let inputRect = metaWindow.get_input_rect();
|
||||
return outerRect.y - inputRect.y;
|
||||
}
|
||||
|
||||
const WindowDimmer = new Lang.Class({
|
||||
Name: 'WindowDimmer',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user