== file browser == Code cleanup

* Remove deprecated variables from FileSelectParams
This commit is contained in:
Andrea Weikert 2011-03-20 11:40:29 +00:00
parent 6be2d3aff9
commit 85970c39bf
1 changed files with 5 additions and 9 deletions

View File

@ -178,23 +178,19 @@ typedef struct FileSelectParams {
char filter_glob[64]; /* list of filetypes to filter */
int active_file;
int sel_first;
int sel_last;
/* short */
short type; /* XXXXX for now store type here, should be moved to the operator */
short flag; /* settings for filter, hiding dots files,... */
short sort; /* sort order */
short display; /* display mode flag */
short filter; /* filter when (flags & FILE_FILTER) is true */
/* XXX - temporary, better move to filelist */
short active_bookmark;
int active_file;
int sel_first;
int sel_last;
/* short */
/* XXX --- still unused -- */
short f_fp; /* show font preview */
short pad;
char fp_str[8]; /* string to use for font preview */
/* XXX --- end unused -- */