[statusbar] Remove todo.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-05-25 17:44:59 +02:00
parent 971d51918b
commit 2654b5b938
1 changed files with 0 additions and 1 deletions

View File

@ -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");