diff --git a/lib/gears/shape.lua b/lib/gears/shape.lua index eaea8202..ac12f58b 100644 --- a/lib/gears/shape.lua +++ b/lib/gears/shape.lua @@ -67,7 +67,6 @@ function module.star(cr, width, height, n) n = n or 5 local a = 2 * math.pi / n - -- place the star at the center cr:save() cr:translate(width/2, height/2)