workspace.{c,h}: remove obsolete code

This commit is contained in:
Michael Stapelberg
2010-11-29 22:32:19 +01:00
parent 5625a2f17f
commit 1a40641462
2 changed files with 0 additions and 133 deletions

View File

@ -99,18 +99,4 @@ void workspace_map_clients(xcb_connection_t *conn, Workspace *ws);
*/
void workspace_update_urgent_flag(Con *ws);
#if 0
/*
* Returns the width of the workspace.
*
*/
int workspace_width(Workspace *ws);
/*
* Returns the effective height of the workspace (without the internal bar and
* without dock clients).
*
*/
int workspace_height(Workspace *ws);
#endif
#endif