removed unused function declaration
This commit is contained in:
parent
9b9a9f1620
commit
c836354e50
19
gui.h
19
gui.h
@ -1107,25 +1107,6 @@ gui_float gui_slider(struct gui_command_buffer*, gui_float x, gui_float y, gui_f
|
|||||||
Output:
|
Output:
|
||||||
- returns the from the user input updated value
|
- returns the from the user input updated value
|
||||||
*/
|
*/
|
||||||
gui_float gui_range(struct gui_command_buffer*, gui_float x, gui_float y, gui_float,
|
|
||||||
gui_float h, gui_float min, gui_float val_min,
|
|
||||||
gui_float val_max, gui_float max, gui_float step,
|
|
||||||
const struct gui_slider*, const struct gui_input*);
|
|
||||||
/* this function executes a range slider widget
|
|
||||||
Input:
|
|
||||||
- output command buffer for drawing
|
|
||||||
- (x,y) position
|
|
||||||
- (width, height) size
|
|
||||||
- minimal slider value that will not be underflown
|
|
||||||
- slider min value to be updated by the user
|
|
||||||
- slider max value to be updated by the user
|
|
||||||
- maximal slider value that will not be overflown
|
|
||||||
- step interval the value will be updated with
|
|
||||||
- visual widget style structure describing the slider
|
|
||||||
- input structure to update the slider with
|
|
||||||
Output:
|
|
||||||
- returns the from the user input updated value
|
|
||||||
*/
|
|
||||||
gui_size gui_progress(struct gui_command_buffer*, gui_float x, gui_float y,
|
gui_size gui_progress(struct gui_command_buffer*, gui_float x, gui_float y,
|
||||||
gui_float w, gui_float h, gui_size value, gui_size max,
|
gui_float w, gui_float h, gui_size value, gui_size max,
|
||||||
gui_bool modifyable, const struct gui_progress*,
|
gui_bool modifyable, const struct gui_progress*,
|
||||||
|
Loading…
Reference in New Issue
Block a user