Cosmetic
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -231,5 +231,3 @@ textw(char *text)
|
||||
|
||||
return gl.width + font->descent;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -321,7 +321,6 @@ infobar_update_taglist(int sc)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
/** Destroy the InfoBar
|
||||
*/
|
||||
void
|
||||
|
||||
@@ -729,7 +729,6 @@ uicb_togglefree(uicb_t cmd)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
/** Toggle the selected client to max
|
||||
* \param cmd uicb_t type unused
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user