client: remove useless icon_path
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
b14b52b60c
commit
eaec928b8c
1
client.c
1
client.c
|
@ -1804,7 +1804,6 @@ luaA_client_newindex(lua_State *L)
|
|||
* invisible in taskbar.
|
||||
* \lfield minimize Define it the client must be iconify, i.e. only visible in
|
||||
* taskbar.
|
||||
* \lfield icon_path Path to the icon used to identify.
|
||||
* \lfield size_hints_honor Honor size hints, i.e. respect size ratio.
|
||||
* \lfield border_width The client border width.
|
||||
* \lfield border_color The client border color.
|
||||
|
|
1
client.h
1
client.h
|
@ -36,7 +36,6 @@ static void
|
|||
client_delete(client_t **c)
|
||||
{
|
||||
button_array_wipe(&(*c)->buttons);
|
||||
p_delete(&(*c)->icon_path);
|
||||
p_delete(&(*c)->name);
|
||||
p_delete(c);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue