progressbar: Remove dead code.

This commit is contained in:
Emmanuel Lepage Vallee 2016-07-23 18:35:38 -04:00
parent 2c620468f0
commit 7cbcc800bc
1 changed files with 0 additions and 2 deletions

View File

@ -233,8 +233,6 @@ function progressbar.new(args)
local width = args.width or 100
local height = args.height or 20
args.type = "imagebox"
local pbar = base.make_widget()
data[pbar] = { width = width, height = height, value = 0, max_value = 1 }