[statusbar] Remove todo.
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
971d51918b
commit
2654b5b938
|
@ -430,7 +430,6 @@ luaA_statusbar_new(lua_State *L)
|
|||
|
||||
*sb = p_new(statusbar_t, 1);
|
||||
|
||||
/* \todo check that the name is unique */
|
||||
(*sb)->name = luaA_name_init(L);
|
||||
|
||||
lua_getfield(L, 1, "fg");
|
||||
|
|
Loading…
Reference in New Issue