screen: remove useless documentation
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
8cd4fca6f9
commit
7b39a1d3a6
2
screen.c
2
screen.c
|
@ -298,8 +298,6 @@ luaA_screen_tags(lua_State *L)
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
* \return The number of elements pushed on stack.
|
* \return The number of elements pushed on stack.
|
||||||
* \luastack
|
* \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 coords The screen coordinates. Immutable.
|
||||||
* \lfield workarea The screen workarea, i.e. without statusbar.
|
* \lfield workarea The screen workarea, i.e. without statusbar.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue