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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-02-15 17:04:28 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-02-15 17:07:48 +0300
commit2e9105cc964a157458663fa8102601e3d6ac90e3 (patch)
tree4605027577bc17d7d6c0815c76f740d807a1ef7f /source/blender/blenloader/BLO_readfile.h
parent35567d563dbc481657772f3484facd6e524e32d7 (diff)
Cleanup: BLI_listdir (direntry): get rid of usage of raw malloc/free here.
No reason at all not to use MEM_xxx as everywhere else, especially confusing when members of direntry **are** MEM_-allocated (relname, etc.)!
Diffstat (limited to 'source/blender/blenloader/BLO_readfile.h')
-rw-r--r--source/blender/blenloader/BLO_readfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index 7a6107a974a..419d8c0f137 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -37,7 +37,6 @@ extern "C" {
#endif
struct bScreen;
-struct direntry;
struct LinkNode;
struct Main;
struct MemFile;