Cleanup: Remove wrong File Browser comment

Accidentally included this in rB01e1944cd455, it came from a merge
conflict.
This commit is contained in:
Julian Eisel 2021-07-07 19:49:28 +02:00
parent 54fa5041e2
commit 139c3f791e
1 changed files with 0 additions and 3 deletions

View File

@ -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,