aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/unlock.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/unlock.js')
-rw-r--r--ui/app/unlock.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/app/unlock.js b/ui/app/unlock.js
index b82e46d02..ca74c94c3 100644
--- a/ui/app/unlock.js
+++ b/ui/app/unlock.js
@@ -104,6 +104,3 @@ UnlockScreen.prototype.inputChanged = function (event) {
})
}
-UnlockScreen.prototype.emitAnim = function (name, a, b, c) {
- this.animationEventEmitter.emit(name, a, b, c)
-}