Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2009-06-05 00:07:06 +0400
committerAndrea Weikert <elubie@gmx.net>2009-06-05 00:07:06 +0400
commitb0b8700a83c9cc6df0582336743cfcd3f863917c (patch)
tree52847adfc95732d4c57343c10831c0ebdf3f5a48 /source/blender/editors/space_file/filelist.h
parent35914d8ca2333808f9ec354ba91e3f63efe16e9c (diff)
2.5 filebrowser
* code cleanup: removed unused fileselect mode (type) * brought back 'hide dot files', needs proper storing of the settings still.
Diffstat (limited to 'source/blender/editors/space_file/filelist.h')
-rw-r--r--source/blender/editors/space_file/filelist.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/space_file/filelist.h b/source/blender/editors/space_file/filelist.h
index 4aa8359b068..f10c89926d6 100644
--- a/source/blender/editors/space_file/filelist.h
+++ b/source/blender/editors/space_file/filelist.h
@@ -70,8 +70,7 @@ void filelist_readdir(struct FileList* filelist);
int filelist_empty(struct FileList* filelist);
void filelist_parent(struct FileList* filelist);
void filelist_setfiletypes(struct FileList* filelist, short has_quicktime);
-void filelist_settype(struct FileList* filelist, int type);
-short filelist_gettype(struct FileList* filelist);
+
#ifdef __cplusplus
}