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:
authorCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:51 +0300
commitaa363ec2ae9382c052f024284dcdb77ac495c177 (patch)
treeafe1d5fd9a71aaa0001d28eb47ee32b80b757020 /intern/guardedalloc
parent61e2384b7a82e404ae479d9fb3ead1fbfe0c0e43 (diff)
Cleanup: remove declaration for removed function
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/MEM_guardedalloc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/intern/guardedalloc/MEM_guardedalloc.h b/intern/guardedalloc/MEM_guardedalloc.h
index 8a20323dcfc..decd648c5d5 100644
--- a/intern/guardedalloc/MEM_guardedalloc.h
+++ b/intern/guardedalloc/MEM_guardedalloc.h
@@ -148,12 +148,6 @@ extern void *(*MEM_mallocN_aligned)(size_t len,
ATTR_ALLOC_SIZE(1) ATTR_NONNULL(3);
/**
- * Print a list of the names and sizes of all allocated memory
- * blocks. as a python dict for easy investigation.
- */
-extern void (*MEM_printmemlist_pydict)(void);
-
-/**
* Print a list of the names and sizes of all allocated memory blocks.
*/
extern void (*MEM_printmemlist)(void);