diff options
author | Michael Drake <tlsa@netsurf-browser.org> | 2013-09-03 14:44:53 +0100 |
---|---|---|
committer | Michael Drake <tlsa@netsurf-browser.org> | 2013-09-03 14:44:53 +0100 |
commit | f477fd257023c0c0a464e3cc4d5ff0bd49a5c469 (patch) | |
tree | 5dc4108ceb02e81dbee90d803228718fcc703f3c /desktop/hotlist.h | |
parent | b9e3f7ae3d8164f6a7037028af96a88b03a277b9 (diff) | |
download | netsurf-f477fd257023c0c0a464e3cc4d5ff0bd49a5c469.tar.gz |
Remove height getters from treeview client modules API.
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r-- | desktop/hotlist.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h index ff95d660b..121eb95ef 100644 --- a/desktop/hotlist.h +++ b/desktop/hotlist.h @@ -158,13 +158,6 @@ bool hotlist_has_selection(void); void hotlist_edit_selection(void); /** - * Find current height - * - * \return height in px - */ -int hotlist_get_height(void); - -/** * Expand the treeview's nodes * * \param only_folders Iff true, only folders are expanded. |