remove this.info which remained from when the statusbar was at the top

This commit is contained in:
Damien Churchill 2008-10-13 18:03:54 +00:00
parent 2a09752fd9
commit bd56957c27
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ Deluge.Widgets.Toolbar = new Class({
initialize: function() {
this.parent($('toolbar'))
this.buttons = this.element.getFirst()
this.info = this.element.getLast()
this.buttons.getElements('li').each(function(el) {
el.addEvent('click', function(e) {
e.action = el.id