summaryrefslogtreecommitdiffstats
path: root/include/scrollbar.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-09-27 22:38:26 +0200
committerDave Davenport <qball@gmpclient.org>2016-09-27 22:38:26 +0200
commit0da0587087129825f27df4a6229383be892b3bf0 (patch)
tree975ae918adac281689203cca19a8ae6fb3de42de /include/scrollbar.h
parent89acc7b6edc80c54d1746348ed02329a08c50b41 (diff)
Make widget_free work on textbox and scrollbar, use widget specific free.
Diffstat (limited to 'include/scrollbar.h')
-rw-r--r--include/scrollbar.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/scrollbar.h b/include/scrollbar.h
index 24dee506..7b3a1205 100644
--- a/include/scrollbar.h
+++ b/include/scrollbar.h
@@ -34,13 +34,6 @@ scrollbar *scrollbar_create ( short x, short y, short w, short h );
/**
* @param sb scrollbar object
- *
- * Free the resources used by the scrollbar.
- */
-void scrollbar_free ( scrollbar *sb );
-
-/**
- * @param sb scrollbar object
* @param pos_length new length
*
* set the length of the handle relative to the max value of bar.