Cleanup: Remove unused members in FileSelectParams

This commit is contained in:
Julian Eisel 2021-08-05 12:52:12 +02:00
parent ed9759349b
commit f45860fba9
1 changed files with 1 additions and 7 deletions

View File

@ -754,13 +754,7 @@ typedef struct FileSelectParams {
/** Max number of levels in dirtree to show at once, 0 to disable recursion. */
short recursion_level;
/* XXX --- still unused -- */
/** Show font preview. */
short f_fp;
/** String to use for font preview. */
char fp_str[8];
/* XXX --- end unused -- */
char _pad4[2];
} FileSelectParams;
/**