mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-21 11:11:37 +00:00
[ui] Remove IMUI_FlexibleSpace prototype
The function doesn't exist and likely never will.
This commit is contained in:
parent
fde1ef0159
commit
a9fb1e5720
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ void IMUI_Slider (imui_ctx_t *ctx, float *value, float minval, float maxval,
|
|||
void IMUI_Spacer (imui_ctx_t *ctx,
|
||||
imui_size_t xsize, int xvalue,
|
||||
imui_size_t ysize, int yvalue);
|
||||
void IMUI_FlexibleSpace (imui_ctx_t *ctx);
|
||||
|
||||
int IMUI_StartPanel (imui_ctx_t *ctx, imui_window_t *panel);
|
||||
int IMUI_ExtendPanel (imui_ctx_t *ctx, const char *panel_name);
|
||||
|
|
Loading…
Reference in a new issue