wibox: remove implicit orientation change

Signed-off-by: Lukas Hrazky <lukkash@email.cz>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Lukas Hrazky 2009-10-24 15:08:20 +02:00 committed by Julien Danjou
parent 4685023a28
commit a4f8935509
1 changed files with 0 additions and 6 deletions

View File

@ -245,12 +245,6 @@ function new(arg)
local w = capi.wibox(arg)
if position == "left" then
w.orientation = "north"
elseif position == "right" then
w.orientation = "south"
end
w.screen = arg.screen or 1
attach(w, position)