From 139c3f791ed4a3d2003bd27d833945583b47706a Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Wed, 7 Jul 2021 19:49:28 +0200 Subject: Cleanup: Remove wrong File Browser comment Accidentally included this in rB01e1944cd455, it came from a merge conflict. --- source/blender/editors/space_file/filelist.c | 3 --- 1 file changed, 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, -- cgit v1.2.3