mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
ui_browser_window_state_t - bools never used - remove
This commit is contained in:
parent
c309c102d8
commit
c39770e23c
@ -66,17 +66,6 @@ typedef struct ui_msg_window_state
|
|||||||
|
|
||||||
typedef struct ui_browser_window_state
|
typedef struct ui_browser_window_state
|
||||||
{
|
{
|
||||||
struct
|
|
||||||
{
|
|
||||||
bool can_choose_directories;
|
|
||||||
bool can_choose_directories_val;
|
|
||||||
bool can_choose_files;
|
|
||||||
bool can_choose_files_val;
|
|
||||||
bool allows_multiple_selection;
|
|
||||||
bool allows_multiple_selection_val;
|
|
||||||
bool treat_file_packages_as_directories;
|
|
||||||
bool treat_file_packages_as_directories_val;
|
|
||||||
} capabilities;
|
|
||||||
void *window;
|
void *window;
|
||||||
char *filters;
|
char *filters;
|
||||||
char *filters_title;
|
char *filters_title;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user