summaryrefslogtreecommitdiffstats
path: root/include/widgets/listview.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/listview.h')
-rw-r--r--include/widgets/listview.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/widgets/listview.h b/include/widgets/listview.h
index f20cf18a..cdefaa51 100644
--- a/include/widgets/listview.h
+++ b/include/widgets/listview.h
@@ -78,15 +78,6 @@ unsigned int listview_get_selected ( listview *lv );
/**
* @param lv The listview handle
*
- * Get the desired height of the listview widget.
- *
- * @returns the desired height.
- */
-unsigned int listview_get_desired_height ( listview *lv );
-
-/**
- * @param lv The listview handle
- *
* Move the selection one row up.
* - Wrap around.
*/