inputBar.sendMessage: remove unused variable

This commit is contained in:
Lorenz Hübschle-Schneider 2014-05-07 23:27:50 +01:00
parent 47c9b38d75
commit 28d3bde907
1 changed files with 0 additions and 2 deletions

View File

@ -1272,8 +1272,6 @@ weechat.directive('inputBar', function() {
// Send the message to the websocket
$scope.sendMessage = function() {
var input = $scope.getInputNode();
var ab = models.getActiveBuffer();
// It's undefined early in the lifecycle of the program.