[Bf-blender-cvs] [139c3f791ed] master: Cleanup: Remove wrong File Browser comment

Julian Eisel noreply at git.blender.org
Wed Jul 7 19:51:00 CEST 2021


Commit: 139c3f791ed4a3d2003bd27d833945583b47706a
Author: Julian Eisel
Date:   Wed Jul 7 19:49:28 2021 +0200
Branches: master
https://developer.blender.org/rB139c3f791ed4a3d2003bd27d833945583b47706a

Cleanup: Remove wrong File Browser comment

Accidentally included this in rB01e1944cd455, it came from a merge
conflict.

===================================================================

M	source/blender/editors/space_file/filelist.c

===================================================================

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,



More information about the Bf-blender-cvs mailing list