2.5 filebrowser

* code cleanup: removed unused fileselect mode (type)
* brought back 'hide dot files', needs proper storing of the settings still.
This commit is contained in:
2009-06-04 20:07:06 +00:00
parent 35914d8ca2
commit b0b8700a83
8 changed files with 83 additions and 116 deletions

View File

@@ -444,13 +444,11 @@ void file_draw_list(const bContext *C, ARegion *ar)
int colorid = 0;
short sx, sy;
int offset;
short type;
int i;
float sw, spos;
numfiles = filelist_numfiles(files);
type = filelist_gettype(files);
sx = ar->v2d.tot.xmin + layout->tile_border_x/2;
sy = ar->v2d.cur.ymax - layout->tile_border_y;