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:
authorJulian Eisel <julian@blender.org>2021-07-07 20:49:28 +0300
committerJulian Eisel <julian@blender.org>2021-07-07 20:49:28 +0300
commit139c3f791ed4a3d2003bd27d833945583b47706a (patch)
treeecc77eea2607201c50323729c9ab415d3fda17a9
parent54fa5041e2bca6e94449fd4a6ae42b90473ccf48 (diff)
Cleanup: Remove wrong File Browser comment
Accidentally included this in rB01e1944cd455, it came from a merge conflict.
-rw-r--r--source/blender/editors/space_file/filelist.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index ab3a2bf041e..0e15538e03b 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -2090,9 +2090,6 @@ void filelist_uid_unset(FileUID *r_uid)
*r_uid = FILE_UID_UNSET;
}
-/**
- * \warning The UID will only be valid for the current session. Use as runtime data only!
- */
void filelist_file_cache_slidingwindow_set(FileList *filelist, size_t window_size)
{
/* Always keep it power of 2, in [256, 8192] range for now,