summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-05-05 22:39:03 +0200
committerDave Davenport <qball@gmpclient.org>2021-05-05 22:39:03 +0200
commitfa96f32846d858133378aee2b17a7e9e8ef1a085 (patch)
tree3b1c0e1d960614fa0078635a0210ef74de94bd99 /source/rofi.c
parentd212c5b2ed9b440b8c2110b16b5c2795bc8fac42 (diff)
More doxygen cleanups. (1 warning left I don't understand)
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/rofi.c b/source/rofi.c
index c9dad4d3..fc7ba62c 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -477,11 +477,6 @@ static void cleanup ()
* Collected modi
*/
-/**
- * @param name Search for mode with this name.
- *
- * @return returns Mode * when found, NULL if not.
- */
Mode * rofi_collect_modi_search ( const char *name )
{
for ( unsigned int i = 0; i < num_available_modi; i++ ) {