Remove unused variables bkBukkit, bkSign

Not sure why the diff explodes for this two-line change though.
This commit is contained in:
Robert Storlind 2015-06-01 08:34:54 +02:00
parent ff4ca68366
commit 146a27263b
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
/*global events, require, org, module, persist, __plugin*/
var utils = require('utils'),
stringExt = require('utils/string-exts'),
store = persist('signs',{}),
bkBukkit = org.bukkit.Bukkit,
bkSign = org.bukkit.block.Sign;
store = persist('signs',{});
/*
Define the signs module - signs are persistent