Remove unused _t import

pull/4035/head
David Baker 2017-05-26 13:45:46 +01:00
parent 92579cf463
commit 8ad189c79d
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ limitations under the License.
var StandardActions = require('./StandardActions');
var PushRuleVectorState = require('./PushRuleVectorState');
import { _t } from 'matrix-react-sdk/lib/languageHandler';
class VectorPushRuleDefinition {
constructor(opts) {