mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
xscreen: remove useless screensinfo_delete
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
98cf1890b4
commit
d7a4b4105e
2 changed files with 0 additions and 8 deletions
|
@ -40,13 +40,6 @@ screen_xsitoarea(xcb_xinerama_screen_info_t si)
|
|||
return a;
|
||||
}
|
||||
|
||||
void
|
||||
screensinfo_delete(screens_info_t **si)
|
||||
{
|
||||
p_delete(&(*si)->geometry);
|
||||
p_delete(si);
|
||||
}
|
||||
|
||||
/** Get screens informations.
|
||||
* \return A pointer to complete screens_info_t structure.
|
||||
*/
|
||||
|
|
|
@ -31,7 +31,6 @@ typedef struct
|
|||
area_t *geometry;
|
||||
} screens_info_t;
|
||||
|
||||
void screensinfo_delete(screens_info_t **);
|
||||
screens_info_t * screensinfo_new(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue