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-10-20 13:30:11 +0300
committerJulian Eisel <julian@blender.org>2021-10-20 13:31:55 +0300
commitf605ce7e9afcdf473ef6cd9180c25f1981846256 (patch)
tree7744680e005a062ee65edc2973bcf422c312837c /source/blender/makesdna/DNA_space_types.h
parentdd728e15396eadc2d6f8dcb307343003d0050cfb (diff)
Cleanup: Remove unused file-list array info members
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index a75f52a5036..d0b95d5d1d3 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1150,7 +1150,6 @@ typedef struct FileDirEntryArr {
ListBase entries;
int nbr_entries;
int nbr_entries_filtered;
- int entry_idx_start, entry_idx_end;
/** FILE_MAX. */
char root[1024];