From f4c0b35effc975e8485e86384fc0695d7090a22a Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Mon, 13 Apr 2015 16:28:55 +0200 Subject: [PATCH] Remove unused code --- public/js/icinga/events.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/js/icinga/events.js b/public/js/icinga/events.js index f3e01c908..43ecdf09f 100644 --- a/public/js/icinga/events.js +++ b/public/js/icinga/events.js @@ -17,12 +17,6 @@ Icinga.Events.prototype = { - keyboard: { - ctrlKey: false, - altKey: false, - shiftKey: false - }, - /** * Icinga will call our initialize() function once it's ready */