screen: remove useless documentation

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-08-25 17:56:24 +02:00
parent 8cd4fca6f9
commit 7b39a1d3a6
1 changed files with 0 additions and 2 deletions

View File

@ -298,8 +298,6 @@ luaA_screen_tags(lua_State *L)
* \param L The Lua VM state.
* \return The number of elements pushed on stack.
* \luastack
* \lfield padding The screen padding. A table with top, right, left and bottom
* keys and values in pixel.
* \lfield coords The screen coordinates. Immutable.
* \lfield workarea The screen workarea, i.e. without statusbar.
*/