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-30 15:33:39 +0300
committerJulian Eisel <julian@blender.org>2021-07-30 15:34:33 +0300
commit4647ffd918225452f25bd865a386e292ba7ebac8 (patch)
tree2469d79b50823da3b114f48231427f8b60b26719 /source/blender/makesdna/DNA_space_types.h
parentc8b7745172d96cd5ee6aaa431485f93eb9512696 (diff)
Cleanup: Remove unused file description storage
This isn't used at all in the current File and Asset Browser design.
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 1321bd669f1..7290647dbc6 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1025,7 +1025,6 @@ typedef struct FileDirEntry {
/* Name needs freeing if FILE_ENTRY_NAME_FREE is set. Otherwise this is a direct pointer to a
* name buffer. */
char *name;
- char *description;
uint64_t size;
int64_t time;