This commit is contained in:
Clément Bœsch
2011-02-23 21:12:57 +01:00
parent 9766392332
commit 7d66c50676
6 changed files with 0 additions and 11 deletions

View File

@@ -1259,7 +1259,6 @@ client_focus_next(Client *c)
return;
}
/** Unmanage a client
* \param c Client pointer
*/
@@ -1420,7 +1419,6 @@ uicb_client_screen_prev(uicb_t cmd)
return;
}
/** Move a client
*\param cmd uicb_t type
*/
@@ -1610,4 +1608,3 @@ uicb_client_ignore_tag(uicb_t cmd)
return;
}

View File

@@ -231,5 +231,3 @@ textw(char *text)
return gl.width + font->descent;
}

View File

@@ -605,7 +605,6 @@ reparentnotify(XReparentEvent *ev)
return;
}
/** SelectionClearEvent handle event
* \param ev XSelectionClearEvent pointer
*/
@@ -621,7 +620,6 @@ selectionclearevent(XSelectionClearEvent *ev)
return;
}
/** UnmapNotify handle event
* \param ev XUnmapEvent pointer
*/

View File

@@ -321,7 +321,6 @@ infobar_update_taglist(int sc)
return;
}
/** Destroy the InfoBar
*/
void

View File

@@ -729,7 +729,6 @@ uicb_togglefree(uicb_t cmd)
return;
}
/** Toggle the selected client to max
* \param cmd uicb_t type unused
*/

View File

@@ -49,7 +49,6 @@ menu_init(Menu *menu, char *name, int nitem, uint bg_f, char *fg_f, uint bg_n, c
return;
}
void
menu_new_item(MenuItem *mi, char *name, void *func, char *cmd)
{
@@ -358,4 +357,3 @@ menu_get_checkstring_needed(MenuItem *mi, int nitem)
(void)nitem;
return True;
}