summaryrefslogtreecommitdiff
path: root/lib/bemenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bemenu.h')
-rw-r--r--lib/bemenu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bemenu.h b/lib/bemenu.h
index 9ef684f..37c7d1e 100644
--- a/lib/bemenu.h
+++ b/lib/bemenu.h
@@ -252,8 +252,6 @@ bmItem* bmMenuGetHighlightedItem(const bmMenu *menu);
/**
* Set selected items to bmMenu instance.
*
- * @warning The list won't be copied, do not free it.
- *
* @param menu bmMenu instance where items will be set.
* @param items Array of bmItem pointers to set.
* @param nmemb Total count of items in array.