main: remove unused function
https://bugzilla.gnome.org/show_bug.cgi?id=693987
This commit is contained in:
parent
66cdbc5cad
commit
ebd7406386
@ -458,10 +458,6 @@ function _findModal(actor) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
function isInModalStack(actor) {
|
||||
return _findModal(actor) != -1;
|
||||
}
|
||||
|
||||
/**
|
||||
* pushModal:
|
||||
* @actor: #ClutterActor which will be given keyboard focus
|
||||
|
Loading…
Reference in New Issue
Block a user